| From: | Fujii Masao <masao(dot)fujii(at)gmail(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Fujii Masao <fujii(at)postgresql(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | Re: pgsql: Fix bug in Tid scan. |
| Date: | 2020-02-08 00:35:10 |
| Message-ID: | CAHGQGwFZ+KWahHGwqiJ676XHjHOoU_MKrS1gxie9zgw8pze+MQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
On Sat, Feb 8, 2020 at 4:25 AM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> Fujii Masao <fujii(at)postgresql(dot)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 | Content-Type | Size |
|---|---|---|
| dont_break_abi.patch | application/octet-stream | 1.2 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2020-02-08 01:04:30 | Re: pgsql: Fix bug in Tid scan. |
| Previous Message | Tom Lane | 2020-02-07 21:53:36 | pgsql: First-draft release notes for 12.2. |