pgsql: Put typtype letters back into consistent order

2022-02-22 Thread Peter Eisentraut
Put typtype letters back into consistent order

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/9467321649efc1fec28603d4ba35d03202c4ead1

Modified Files
--
src/test/regress/expected/type_sanity.out | 2 +-
src/test/regress/sql/type_sanity.sql  | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)



pgsql: Add temporary debug info to help debug 019_replslot_limit.pl fai

2022-02-22 Thread Andres Freund
Add temporary debug info to help debug 019_replslot_limit.pl failures.

I have not been able to reproduce the occasional failures of
019_replslot_limit.pl we are seeing in the buildfarm and not for lack of
trying. The additional logging and increased log level will hopefully help.

Will be reverted once the cause is identified.

Discussion: 
https://postgr.es/m/20220218231415.c4plkp4i3reqc...@alap3.anarazel.de

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/afdeff10526e29e3fc63b18c08100458780489d9

Modified Files
--
src/backend/replication/slot.c| 21 +
src/bin/pg_basebackup/pg_basebackup.c | 10 +-
src/test/recovery/t/019_replslot_limit.pl |  5 -
3 files changed, 34 insertions(+), 2 deletions(-)