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

From Tom Lane
Subject Re: pgsql: Fix bug in Tid scan.
Date
Msg-id 32239.1581131100@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Fix bug in Tid scan.  (Fujii Masao <masao.fujii@gmail.com>)
Responses Re: pgsql: Fix bug in Tid scan.  (Fujii Masao <masao.fujii@gmail.com>)
List pgsql-committers
Fujii Masao <masao.fujii@gmail.com> writes:
> On Sat, Feb 8, 2020 at 11:08 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> 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.

> +1. So I will apply the latest patch (adding SO_TYPE_TIDSCAN just after
> SO_TYPE_ANALYZE) only to v12.

Works for me.

            regards, tom lane



pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: pgsql: Fix bug in Tid scan.
Next
From: Fujii Masao
Date:
Subject: pgsql: Revert recent change of ScanOption values and renumber SO_TYPE_T