Re: psql: add tab completion for subscription wal_receiver_timeout

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Xuneng Zhou <xunengzhou(at)gmail(dot)com>
Cc: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: psql: add tab completion for subscription wal_receiver_timeout
Date: 2026-06-24 08:23:36
Message-ID: CAHGQGwGPpmRh6-_Djgp50aCBXoZRR46UcWGdbkxZNeaKyR8i2g@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jun 24, 2026 at 4:52 PM Xuneng Zhou <xunengzhou(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

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