]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix Mkvcbuild.pm builds of test_cloexec.c.
authorThomas Munro <tmunro@postgresql.org>
Mon, 29 Dec 2025 02:22:16 +0000 (15:22 +1300)
committerThomas Munro <tmunro@postgresql.org>
Mon, 29 Dec 2025 02:31:39 +0000 (15:31 +1300)
commit80e8ec772bff93e04f6cafe20bdf142bfa8c79de
tree607ed47ce4172c4b0cf6fb338188f76eaddd87e3
parentc48829ed8308e9e1767e5ce4d883996348af5b68
Fix Mkvcbuild.pm builds of test_cloexec.c.

Mkvcbuild.pm scrapes Makefile contents, but couldn't understand the
change made by commit bec2a0aa.  Revealed by BF animal hamerkop in
branch REL_16_STABLE.

1.  It used += instead of =, which didn't match the pattern that
Mkvcbuild.pm looks for.  Drop the +.

2.  Mkvcbuild.pm doesn't link PROGRAM executables with libpgport.  Apply
a local workaround to REL_16_STABLE only (later branches dropped
Mkvcbuild.pm).

Backpatch-through: 16
Reported-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/175163.1766357334%40sss.pgh.pa.us
src/test/modules/test_cloexec/Makefile