Re: pgsql: Fix bug in Tid scan.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Fix bug in Tid scan.
Дата
Msg-id 29908.1581127702@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Fix bug in Tid scan.  (Fujii Masao <masao.fujii@gmail.com>)
Ответы Re: pgsql: Fix bug in Tid scan.
Список pgsql-committers
Fujii Masao <masao.fujii@gmail.com> writes:
> On Sat, Feb 8, 2020 at 10:04 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> I think it's okay to add a new value of ScanOption; what you can't
>> do is change the codes assigned to the existing values.  So I'd
>> just revert those code changes and give SO_TYPE_TIDSCAN a value
>> that's out-of-order.

> So you are thinking to apply something like the attached to
> both master and v12? That sounds better to me.

No, you can leave HEAD alone --- renumbering the enum values in
master is fine, since we force extensions to recompile against
new major versions.  We just need to hold the values steady in
released branches.

Personally I'd keep SO_TYPE_TIDSCAN physically adjacent to the other
SO_TYPE_xxxSCAN entries in the list, but of course that's just cosmetic.

            regards, tom lane



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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: pgsql: Fix bug in Tid scan.
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: pgsql: Fix bug in Tid scan.