]> granicus.if.org Git - postgresql/commit
Under wal_level=logical, when saving old tuples, always save OID.
authorRobert Haas <rhaas@postgresql.org>
Wed, 11 Dec 2013 18:17:44 +0000 (13:17 -0500)
committerRobert Haas <rhaas@postgresql.org>
Wed, 11 Dec 2013 18:19:31 +0000 (13:19 -0500)
commit60dd40bbda92cb1818d5a2651b9d2ba49afd804c
tree9dbe858b997c13ac253de7a0a562b631bf00f246
parent09df854b8acbba5c1d1dc5cdf30c8e84f59145e2
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.
src/backend/access/heap/heapam.c