pgsql: Under wal_level=logical, when saving old tuples, always save OID - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Under wal_level=logical, when saving old tuples, always save OID
Date
Msg-id E1Vqomu-00084q-Id@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Under wal_level=logical, when saving old tuples, always save OID.

There's no real point in not doing this.  It doesn't cost anything
in performance or space.  So let's go wild.

Andres Freund, with substantial editing as to style by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/60dd40bbda92cb1818d5a2651b9d2ba49afd804c

Modified Files
--------------
src/backend/access/heap/heapam.c |   25 +++++++++++++++++--------
1 file changed, 17 insertions(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Kevin Grittner
Date:
Subject: pgsql: Add table name to VACUUM statement in matview.c.
Next
From: Tom Lane
Date:
Subject: pgsql: Tweak placement of explicit ANALYZE commands in the regression t