Re: Fix publisher-side sequence permission reporting

Fujii Masao <masao.fujii@gmail.com>

From: Fujii Masao <masao.fujii@gmail.com>
To: Tristan Partin <tristan@partin.io>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-06-20T09:24:07Z
Lists: pgsql-hackers
On Sat, Jun 20, 2026 at 1:38 AM Tristan Partin <tristan@partin.io> wrote:
> > Updated patches attached.
>
> Looks great! Thanks for fixing this.

Thanks for the review! I've pushed the patches.

Regards,

-- 
Fujii Masao



Commits

  1. Fix unlogged sequence corruption after standby promotion

  2. doc: Clarify pg_get_sequence_data() privileges and NULL results

  3. Fix misreporting of publisher sequence permissions during sync

  4. Introduce pg_sequence_read_tuple().