Re: duplicate function oid symbols

From: John Naylor <john(dot)naylor(at)enterprisedb(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: duplicate function oid symbols
Date: 2020-10-28 15:44:26
Message-ID: CAFBsxsF4JnRGuTgrqoL+Epcsf3OtoU4Q6uwHKNvRrMvcUkuOnA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I wrote:

> Ok, here is a patch to fix that, and also throw an error if pg_proc.dat
> has an explicitly defined symbol.
>

It occurred to me I neglected to explain the error with a comment, which
I've added in v2.

--
John Naylor
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment Content-Type Size
v2-0001-Use-the-standard-symbol-for-the-builtin-function-.patch application/octet-stream 2.8 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Konstantin Knizhnik 2020-10-28 15:56:48 Re: cannot freeze committed xmax
Previous Message Alvaro Herrera 2020-10-28 15:30:24 Re: Patch to fix FK-related selectivity estimates with constants