From: | Michael Paquier <michael(at)paquier(dot)xyz> |
---|---|
To: | Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com> |
Cc: | "Takamichi Osumi (Fujitsu)" <osumi(dot)takamichi(at)fujitsu(dot)com>, "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: Modify the document of Logical Replication configuration settings |
Date: | 2023-01-19 06:14:01 |
Message-ID: | Y8jfqXwfHgThmRPH@paquier.xyz |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Wed, Jan 18, 2023 at 02:04:16PM +0530, Bharath Rupireddy wrote:
> [1]
> diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
> index 89d53f2a64..6f9509267c 100644
> --- a/doc/src/sgml/config.sgml
> +++ b/doc/src/sgml/config.sgml
> @@ -4326,7 +4326,8 @@ restore_command = 'copy
> "C:\\server\\archivedir\\%f" "%p"' # Windows
> <para>
> Terminate replication connections that are inactive for longer
> than this amount of time. This is useful for
> - the sending server to detect a standby crash or network outage.
> + the sending server to detect a standby crash or logical replication
> + subscriber crash or network outage.
> If this value is specified without units, it is taken as milliseconds.
> The default value is 60 seconds.
> A value of zero disables the timeout mechanism.
Perhaps we could do that, I am not sure whether this brings much in
this section, though.
--
Michael
From | Date | Subject | |
---|---|---|---|
Next Message | Takamichi Osumi (Fujitsu) | 2023-01-19 06:35:58 | RE: Time delayed LR (WAS Re: logical replication restrictions) |
Previous Message | Tom Lane | 2023-01-19 06:01:35 | Re: [PATCH] random_normal function |