pgsql: Fix incorrect format placeholders

2025-04-13 Thread Peter Eisentraut
Fix incorrect format placeholders BlockNumber is unsigned int. Fix for commit 14ffaece0fb. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/c55df7c6eae5a5c6f91cd029fb91913db7f2089c Modified Files -- contrib/amcheck/verify_gin.c | 6 +++--- 1 file changed

pgsql: Mark sslkeylogfile as Debug option

2025-04-13 Thread Daniel Gustafsson
Mark sslkeylogfile as Debug option Mark the sslkeylogile option as "D" debug as this truly is a debug option, and it will allow postgres_fdw et.al to filter it out as well. Also update the display length to match that for an ssl key as they are both filename based inputs. Author: Daniel Gustafss

pgsql: Doc: use "an SQL" consistently rather than "a SQL"

2025-04-13 Thread David Rowley
Doc: use "an SQL" consistently rather than "a SQL" Per the precedent set by 04539e73f, adjust article prefixes for "SQL" to use "an" consistently rather than "a", i.e., "an es-que-ell" rather than "a sequel". Both of these are new to v18. Also see b1b13d2b5, d866f0374 and 7bdd489d3. Branch -

pgsql: Make AIO error test more portable

2025-04-13 Thread Andrew Dunstan
Make AIO error test more portable Alpine Linux's C library (musl) spells one error message differently. Reported-by: Wolfgang Walther Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/64e193f5dda2075ecc6356625992e190a4347df6 Modified Files -- src/test/mo