Re: duplicate function oid symbols
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: John Naylor <john.naylor@enterprisedb.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-10-28T05:26:27Z
Lists: pgsql-hackers
On Tue, Oct 27, 2020 at 05:40:09PM -0400, John Naylor wrote: > Ok, here is a patch to fix that, and also throw an error if pg_proc.dat has > an explicitly defined symbol. I am not seeing any uses of HEAP_TABLE_AM_HANDLER_OID in the wild, so +1 for just removing it, and not back-patch. -- Michael
Commits
-
Don't use custom OID symbols in pg_type.dat, either.
- f90149e6285a 14.0 landed
-
Don't use custom OID symbols in pg_proc.dat.
- 36b93121436c 14.0 landed