Re: Delete description of trigger file
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Shinya Kato <Shinya11.Kato@oss.nttdata.com>
Cc: pgsql-docs@lists.postgresql.org
Date: 2023-12-01T07:01:24Z
Lists: pgsql-docs
On Fri, Dec 01, 2023 at 11:54:14AM +0900, Shinya Kato wrote: > later disconnected, the standby goes back to step 1 and tries to > restore the file from the archive again. This loop of retries from the > archive, <filename>pg_wal</filename>, and via streaming replication goes on until the server > - is stopped or failover is triggered by a trigger file. > + is stopped. Just removing this information looks incorrect to me, because a promotion would cause the retries to stop the WAL lookups. Shouldn't the last part of this sentence be reworded as of a "or is promoted"? -- Michael
Commits
-
doc: Remove reference to trigger file regarding promotion
- fcf46f8fb76c 12.18 landed
- ff186ea84de4 13.14 landed
- 04d7eacee299 14.11 landed
- 0e4674a697d5 15.6 landed
- 148655511888 16.2 landed
- d78b6cbb602f 17.0 landed