After upgrading to PG 12, \d in psql breaks with no more c.relhasoids

Wells Oliver <[email protected]> Tue, 29 Oct 2019 20:40:42 -0700
Newsgroups gmane.comp.db.postgresql.admin
Message-ID <CAOC+FBVJH139feAs-iEobHhBDE2AWzX4tcOpadgkwvBLZ5Uf0w@mail.gmail.com>
In psql, doing \d on a table after doing that SET WITH NO OIDS thing you
need to do, breaks with:

mydb=# \d schema.table
ERROR:  column c.relhasoids does not exist
LINE 1: ...riggers, c.relrowsecurity, c.relforcerowsecurity, c.relhasoi...

Is there a clean way to fix this and restore the functionality on tables
that had OIDs removed?

-- 
Wells Oliver
[email protected] <[email protected]>