Re: pgsql: Fix bug in Tid scan.

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Re: pgsql: Fix bug in Tid scan.
Дата
Msg-id CAHGQGwFZ+KWahHGwqiJ676XHjHOoU_MKrS1gxie9zgw8pze+MQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgsql: Fix bug in Tid scan.  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql: Fix bug in Tid scan.
Список 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

Вложения

В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: First-draft release notes for 12.2.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Fix bug in Tid scan.