Re: duplicate function oid symbols - Mailing list pgsql-hackers

From Tom Lane
Subject Re: duplicate function oid symbols
Date
Msg-id 1047684.1603806676@sss.pgh.pa.us
Whole thread Raw
In response to duplicate function oid symbols  (John Naylor <john.naylor@enterprisedb.com>)
Responses Re: duplicate function oid symbols  (John Naylor <john.naylor@enterprisedb.com>)
List pgsql-hackers
John Naylor <john.naylor@enterprisedb.com> writes:
> I noticed that the table AM abstraction introduced the symbol
> HEAP_TABLE_AM_HANDLER_OID, although we already have a convention for
> defining symbols automatically for builtin functions, which in this case is
> (currently unused) F_HEAP_TABLEAM_HANDLER.

Yeah, that seems wrong.  I'd just remove HEAP_TABLE_AM_HANDLER_OID.
As long as we're not back-patching the change, it seems like a very
minor thing to fix, if anyone outside core is referencing the old name.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: "unix_socket_directories" should be GUC_LIST_INPUT?
Next
From: Craig Ringer
Date:
Subject: Re: Internal key management system