Re: [RFC] Removing "magic" oids
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Amit Kapila <amit.kapila16@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2018-10-27T18:56:56Z
Lists: pgsql-hackers
Hi, On 2018-10-28 00:21:23 +0530, Amit Kapila wrote: > On Sun, Sep 30, 2018 at 9:18 AM Andres Freund <andres@anarazel.de> wrote: > > I think we should drop WITH OIDs support. pg_dump should convert WITH > > OIDs tables into tables that have an explicit oid column (with an > > appropriate default function), pg_upgrade should refuse to upgrade them. > > > > Is there any technical reason why you think pg_upgrade should refuse > to upgrade them? I think there is an argument to break backward > compatibility here and many people on the thread seem to be okay with > that, but refusing to upgrade sounds more restrictive. They'd not be on-disk compatible, because the column isn't stored as a normal column but in the t_hoff space. Greetings, Andres Freund
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