pgsql: Under wal_level=logical, when saving old tuples, always save OID

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Under wal_level=logical, when saving old tuples, always save OID
Date: 2013-12-11 18:45:36
Message-ID: E1Vqomu-00084q-Id@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-12-11 20:09:28 pgsql: Tweak placement of explicit ANALYZE commands in the regression t
Previous Message Alvaro Herrera 2013-12-11 17:00:05 Re: pgsql: Fix a couple of bugs in MultiXactId freezing