Re: pgsql: Fix bug in Tid scan.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Fujii Masao <fujii(at)postgresql(dot)org>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Fix bug in Tid scan.
Date: 2020-02-07 19:25:27
Message-ID: 5261.1581103527@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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?

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2020-02-07 19:56:47 pg_basebackup and snapshots
Previous Message Stephen Frost 2020-02-07 19:22:09 Re: pgsql: Prevent running pg_basebackup as root