Re: Fix column privileges for pg_subscription.subwalrcvtimeout
Fujii Masao <masao.fujii@gmail.com>
From: Fujii Masao <masao.fujii@gmail.com>
To: Amit Kapila <amit.kapila16@gmail.com>
Cc: Nisha Moond <nisha.moond412@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-06-04T02:05:11Z
Lists: pgsql-hackers
Attachments
- v2-0001-Fix-pg_subscription-column-privileges-for-subwalr.patch (application/octet-stream) patch v2-0001
On Tue, Jun 2, 2026 at 11:56 AM Amit Kapila <amit.kapila16@gmail.com> wrote: > > BTW, should we add a regression test for column privileges on pg_subscription > > to help catch similar issues in the future? > > > > +1. It makes sense because I noticed that patch authors previously > also omitted this part though in most cases those are caught in > review. Agreed. I've added the regression test to the patch. Attached is the updated version. Regards, -- Fujii Masao
Commits
-
Fix pg_subscription column privileges for subwalrcvtimeout
- 1a5b19e447aa 19 (unreleased) landed
-
Add per-subscription wal_receiver_timeout setting.
- fb80f388f4a1 19 (unreleased) cited