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

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

  1. Fix pg_subscription column privileges for subwalrcvtimeout

  2. Add per-subscription wal_receiver_timeout setting.