pgsql: Fix XID list support some more

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix XID list support some more
Date: 2022-07-13 08:49:19
Message-ID: E1oBY3Z-002ZPY-Qs@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix XID list support some more

Read/out support in 5ca0fe5c8ad7 was missing/incomplete, per Tom Lane.
Again, as far as core is concerned, this is not only dead code but also
untested; however, third parties may come to rely on it, so the standard
features should work.

Discussion: https://postgr.es/m/1548311.1657636605@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7057bf23546868ee5f1d9721e7129fb636aab042

Modified Files
--------------
src/backend/nodes/outfuncs.c | 3 ++-
src/backend/nodes/read.c | 23 ++++++++++++++++++++++-
2 files changed, 24 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2022-07-13 09:44:21 pgsql: Remove useless assertions
Previous Message Alvaro Herrera 2022-07-13 07:45:04 Re: pgsql: Fix for make unportability