Re: pgsql: Fix bug in Tid scan. - Mailing list pgsql-committers

From Fujii Masao
Subject Re: pgsql: Fix bug in Tid scan.
Date
Msg-id CAHGQGwFZ+KWahHGwqiJ676XHjHOoU_MKrS1gxie9zgw8pze+MQ@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Fix bug in Tid scan.  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: Fix bug in Tid scan.
List pgsql-committers
On Sat, Feb 8, 2020 at 4:25 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> Fujii Masao <fujii@postgresql.org> writes:
> > Fix bug in Tid scan.
>
> AFAICS, this patch has caused an ABI break in v12.  Do we really
> believe that no extension references the values of the ScanOptions
> enum?

Yes, you are right. Some extensions may depend on it.
It's better not to add new ScanOption not to break ABI.

So I'm thinking to apply the attached patch only to v12.
Which fixes the issue without adding new ScanOption.

Regards,

-- 
Fujii Masao

Attachment

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: First-draft release notes for 12.2.
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Fix bug in Tid scan.