On Sat, Feb 8, 2020 at 4:25 AM Tom Lane <[email protected]> wrote: > > Fujii Masao <[email protected]> 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
dont_break_abi.patch
Description: Binary data
