Re: psql: add tab completion for subscription wal_receiver_timeout

Fujii Masao <masao.fujii@gmail.com>

From: Fujii Masao <masao.fujii@gmail.com>
To: Chao Li <li.evan.chao@gmail.com>
Cc: Xuneng Zhou <xunengzhou@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-06-24T14:02:04Z
Lists: pgsql-hackers
On Wed, Jun 24, 2026 at 5:31 PM Chao Li <li.evan.chao@gmail.com> wrote:
>
>
>
> > On Jun 24, 2026, at 16:23, Fujii Masao <masao.fujii@gmail.com> wrote:
> >
> > On Wed, Jun 24, 2026 at 4:52 PM Xuneng Zhou <xunengzhou@gmail.com> wrote:
> >>> This is a tiny patch to fix that.
> >>>
> >>
> >> The patch LGTM. I've verified that SUBOPT_WAL_RECEIVER_TIMEOUT is in
> >> both the CREATE and ALTER supported-option masks.
> >
> > Thanks for the patch! LGTM.
> >
> > Since wal_receiver_timeout subscription option is new in v19, I'm thinking
> > to commit this to v19 rather than v20.
>
> I think so.

I've pushed the patch. Thanks!

Regards,

-- 
Fujii Masao



Commits

  1. psql: Add tab completion for subscription wal_receiver_timeout