Re: psql: add tab completion for subscription wal_receiver_timeout

Fujii Masao <masao.fujii@gmail.com>

From: Fujii Masao <masao.fujii@gmail.com>
To: Xuneng Zhou <xunengzhou@gmail.com>
Cc: Chao Li <li.evan.chao@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-06-24T08:23:36Z
Lists: pgsql-hackers
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.

Regards,

-- 
Fujii Masao



Commits

  1. psql: Add tab completion for subscription wal_receiver_timeout