Re: Fix publisher-side sequence permission reporting

From: Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com>
To: vignesh C <vignesh21(at)gmail(dot)com>
Cc: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>, Tristan Partin <tristan(at)partin(dot)io>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Fix publisher-side sequence permission reporting
Date: 2026-07-16 07:25:49
Message-ID: CAN4CZFPfmF=EpT-9YOKYYzptPt5Q7D5xV-v_RrncbfsSZOAcDw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

This also happened to me locally, and I came up with the same fix, it
looks good to me.

I attached a tap test I used fo reliable local reproduction, as in was
a very unlikely failure in the existing test cases (~0.1% chance). We
probably don't want to include it in the normal test suite because it
is quite specific, but it is useful to verify that the issue/fix
exists and works.

Attachment Content-Type Size
nofcbot-0001-Add-deterministic-test-for-concurrent-seque.patch application/octet-stream 7.4 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Rafia Sabih 2026-07-16 07:50:53 Re: postgres_fdw: Emit message when batch_size is reduced
Previous Message solai v 2026-07-16 07:08:05 Re: [BUG] Take a long time to reach consistent after pg_rewind