pgsql: doc: PG 16 relnotes: clarify LOCK TABLE description

2023-08-31 Thread Bruce Momjian
doc: PG 16 relnotes: clarify LOCK TABLE description Backpatch-through: 16 only Branch -- REL_16_STABLE Details --- https://git.postgresql.org/pg/commitdiff/22297cd65fa5efeffebcfaebfdda174dcdbd821a Modified Files -- doc/src/sgml/release-16.sgml | 15 --- 1 file c

pgsql: Report syncscan position at end of scan.

2023-08-31 Thread Heikki Linnakangas
Report syncscan position at end of scan. The comment in heapgettup_advance_block() says that it reports the scan position before checking for end of scan, but that didn't match the code. The code was refactored in commit 7ae0ab0ad9, which inadvertently changed the order of the check and reporting.

pgsql: Report syncscan position at end of scan.

2023-08-31 Thread Heikki Linnakangas
Report syncscan position at end of scan. The comment in heapgettup_advance_block() says that it reports the scan position before checking for end of scan, but that didn't match the code. The code was refactored in commit 7ae0ab0ad9, which inadvertently changed the order of the check and reporting.

pgsql: Correct ObjectProperty entry for transforms

2023-08-31 Thread Peter Eisentraut
Correct ObjectProperty entry for transforms There was some confusion in the ObjectProperty entry for transforms. Some fields had values that were apparently meant for a different field. Also, some fields were not assigned, which is okay for most fields, but not for all. In particular, for .oid_c

pgsql: genbki.pl: Factor out boilerplate generation

2023-08-31 Thread Peter Eisentraut
genbki.pl: Factor out boilerplate generation Discussion: https://www.postgresql.org/message-id/flat/75ae5875-3abc-dafc-8aec-73247ed41...@eisentraut.org Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/f94dec76cc7aa1dc1636708e81581f9b84e7e15c Modified Files