Re: [RFC] Removing "magic" oids
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: pgsql-hackers@postgresql.org
Date: 2018-11-21T00:07:59Z
Lists: pgsql-hackers
Hi, On 2018-11-20 01:52:27 -0800, Andres Freund wrote: > I'm pretty happy with the new state. Unless somebody announces they want > to do a review soon-ish, I'm planning to commit this soon. It's a > painful set to keep up2date, and it's blocking a few other patches. I'm > sure we'll find some things to adapt around the margins, but imo the > patch as a whole looks pretty reasonable. > > Missing: > - nice and long commit message > - another detailed line-by-line read of the patch (last round took like > 3h :() > > 341 files changed, 2263 insertions(+), 4249 deletions(-) I've now pushed this. There's one bugfix (forgot to unset replaces for the oid column in heap_modify_tuple), and one mostly cosmetic change: Previously the .bki insert lines had the oid duplicated between OID = and the normal column, now it's just the latter. Let's see what I broke :/ Regards, Andres
Commits
-
Revive test of concurrent OID generation.
- dffb891d78cb 12.0 landed
- 8a0cbb88524e 13.0 landed
-
Fix typo introduced in 578b229718.
- 54bb22f66af9 12.0 landed
-
Fix pg_upgrade for oid removal.
- 12a53c732ced 12.0 landed
-
Fix sepgsql compile error caused by oid removal.
- 937e4e509998 12.0 landed
-
Remove WITH OIDS support, change oid catalog column visibility.
- 578b229718e8 12.0 landed