Re: Code comment fix

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Vik Fearing <vik@postgresfriends.org>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Andres Freund <andres@anarazel.de>
Date: 2021-03-17T08:11:53Z
Lists: pgsql-hackers
On Wed, Mar 17, 2021 at 08:31:16AM +0100, Vik Fearing wrote:
> When table oids were removed by commit 578b229718e, the function
> CatalogTupleInsert() was modified to return void but its comment was
> left intact.  Here is a trivial patch to fix that.

Thanks, Vik.  Good catch.  I'll fix that in a bit.
--
Michael

Commits

  1. Fix comment in indexing.c

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