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 5261.1581103527@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Fix bug in Tid scan.  (Fujii Masao <fujii@postgresql.org>)
Responses Re: pgsql: Fix bug in Tid scan.  (Fujii Masao <masao.fujii@gmail.com>)
List pgsql-committers
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?

            regards, tom lane



pgsql-committers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: pgsql: Prevent running pg_basebackup as root
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Fix TRUNCATE .. CASCADE on partitions