Re: automatically assigning catalog toast oids

Andres Freund <andres@anarazel.de>

From: Andres Freund <andres@anarazel.de>
To: Michael Paquier <michael@paquier.xyz>
Cc: John Naylor <jcnaylor@gmail.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2019-02-18T19:12:30Z
Lists: pgsql-hackers
On 2019-02-18 12:45:10 +0900, Michael Paquier wrote:
> On Sat, Feb 16, 2019 at 04:50:51PM +0100, John Naylor wrote:
> > I just noticed a small typo in transam.h. Patch attached.
> 
> Thanks, fixed.

Thx.


Commits

  1. Fix typo in transam.h for OIDs assigned by genbki.pl

  2. Create a separate oid range for oids assigned by genbki.pl.

  3. Remove WITH OIDS support, change oid catalog column visibility.

  4. Add toast tables to most system catalogs