Re: psql: add tab completion for subscription wal_receiver_timeout - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: psql: add tab completion for subscription wal_receiver_timeout
Date
Msg-id CAHGQGwGPpmRh6-_Djgp50aCBXoZRR46UcWGdbkxZNeaKyR8i2g@mail.gmail.com
Whole thread
In response to Re: psql: add tab completion for subscription wal_receiver_timeout  (Xuneng Zhou <xunengzhou@gmail.com>)
Responses Re: psql: add tab completion for subscription wal_receiver_timeout
List 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



pgsql-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements
Next
From: Anthonin Bonnefoy
Date:
Subject: Improve row estimation with multi-column unique indexes