Use HASH_BLOBS for xidhash. This caused BufFile errors on buildfarm member sungazer, and SIGSEGV was possible. Conditions for reaching those symptoms were more frequent on big-endian systems.
Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/a1b8aa1e4eec520ed8f11c3d134a7a866358d39a Modified Files -------------- src/backend/replication/logical/worker.c | 2 +- src/test/perl/PostgresNode.pm | 87 ++++++++++++++++++++++++++++++++ src/test/subscription/t/015_stream.pl | 26 +++++++++- 3 files changed, 112 insertions(+), 3 deletions(-)
