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

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