Re: Make wal_receiver_timeout configurable per subscription - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: Make wal_receiver_timeout configurable per subscription
Date
Msg-id CAHGQGwE2UfkDPvB+49SiXYbP7cArABhE9ADt_ANTt2Ba+Z4U0g@mail.gmail.com
Whole thread Raw
In response to Re: Make wal_receiver_timeout configurable per subscription  (Japin Li <japinli@hotmail.com>)
List pgsql-hackers
On Fri, Feb 6, 2026 at 10:50 AM Japin Li <japinli@hotmail.com> wrote:
> If we stored it as an integer, an input such as '1min' would be normalized to
> 60000 (milliseconds) and lose its unit.
>
> That would make it inconsistent with the original user input shown in pg_subscription.
> So we keep it as a string, right?

Yes, I think.

Regards,

--
Fujii Masao



pgsql-hackers by date:

Previous
From: Yugo Nagata
Date:
Subject: Re: Show expression of virtual columns in error messages
Next
From: Yugo Nagata
Date:
Subject: Re: Warn when creating or enabling a subscription with max_logical_replication_workers = 0