pgsql: Use HASH_BLOBS for xidhash. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Use HASH_BLOBS for xidhash.
Date
Msg-id E1koK9I-0007R6-EN@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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/20201129214441.GA691200@rfd.leadboat.com

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(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Correct behavior descriptions in comments, and correct a test na
Next
From: Michael Paquier
Date:
Subject: pgsql: Add some checkpoint/restartpoint status to ps display