pgsql: Fix obsolete references to postgres.h in comments.

2025-09-19 Thread Nathan Bossart
Fix obsolete references to postgres.h in comments. Oversights in commits d08741eab5 and d952373a98. Reviewed-by: Chao Li Discussion: https://postgr.es/m/aMxbfSJ2wLWd32x-%40nathan Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/18cdf5932a279a2c035d44460e1e0cbb65947

pgsql: Add list of acknowledgments to release notes

2025-09-19 Thread Peter Eisentraut
Add list of acknowledgments to release notes Author: Corey Huinker Discussion: https://www.postgresql.org/message-id/CADkLM%3DfGrtKiQMv6GSoxyghtTxB_6b1FQUB7fhQG00%3DLhuizPg%40mail.gmail.com Branch -- REL_18_STABLE Details --- https://git.postgresql.org/pg/commitdiff/142885d380533b5ad4e

pgsql: Fix intermittent test failure introduced in 6456c6e2c4.

2025-09-19 Thread Amit Kapila
Fix intermittent test failure introduced in 6456c6e2c4. The test assumes that a backend will execute COMMIT PREPARED on the publisher and hit the injection point commit-after-delay-checkpoint within the commit critical section. This should cause the apply worker on the subscriber to wait for the t

pgsql: Improve wording in a few comments

2025-09-19 Thread David Rowley
Improve wording in a few comments Initially this was to fix the "catched" typo, but I (David) wasn't quite clear on what the previous comment meant about being "effective". I expect this means efficiency, so I've reworded the comment to indicate that. While this is only a comment fixup, for the

pgsql: Improve wording in a few comments

2025-09-19 Thread David Rowley
Improve wording in a few comments Initially this was to fix the "catched" typo, but I (David) wasn't quite clear on what the previous comment meant about being "effective". I expect this means efficiency, so I've reworded the comment to indicate that. While this is only a comment fixup, for the

pgsql: jit: fix build with LLVM-21

2025-09-19 Thread Peter Eisentraut
jit: fix build with LLVM-21 LLVM-21 renamed llvm::GlobalValue::getGUID() to getGUIDAssumingExternalLinkage(), so add a version guard. Author: Holger Hoffstätte Discussion: https://www.postgresql.org/message-id/flat/d25e6e4a-d1b4-84d3-2f8a-6c45b975f53d%40applied-asynchrony.com Branch -- REL