pgsql: Add missing TAP test name

2023-05-03 Thread Peter Eisentraut
Add missing TAP test name Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/1ab763fc22adc88e5d779817e7b42b25a9dd7c9e Modified Files -- src/bin/pg_waldump/t/002_save_fullpage.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

pgsql: Test that invalidated logical slots doesn't retain WAL.

2023-05-03 Thread Amit Kapila
Test that invalidated logical slots doesn't retain WAL. Author: Bertrand Drouvot Reviewed-by: Shi yu, Amit Kapila, Vignesh C Discussion: https://postgr.es/m/2fefa454-5a70-2174-ddbf-4a0e41537...@gmail.com Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/a6e04b1d20c2e9

pgsql: doc: New glossary entries

2023-05-03 Thread Peter Eisentraut
doc: New glossary entries Add: - "Restartpoint" - "Log sequence number" "LSN" was already listed in the Acronyms appendix, but it is more suitable as a glossary entry, so move it there and have the acronyms entry link into the glossary. Also turn on DocBook parameter glossentry.show.acronym to