Code comment fix

Vik Fearing <vik@postgresfriends.org>

From: Vik Fearing <vik@postgresfriends.org>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Cc: Andres Freund <andres@anarazel.de>
Date: 2021-03-17T07:31:16Z
Lists: pgsql-hackers

Attachments

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.
-- 
Vik Fearing

Commits

  1. Fix comment in indexing.c

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