mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08:00
Fix typo in comment.
Masahiko Sawada
This commit is contained in:
parent
b0cadc08fe
commit
8978eb03a8
@ -183,7 +183,7 @@ sub promote_standby
|
|||||||
or die "Timed out while waiting for promotion of standby";
|
or die "Timed out while waiting for promotion of standby";
|
||||||
|
|
||||||
# Force a checkpoint after the promotion. pg_rewind looks at the control
|
# Force a checkpoint after the promotion. pg_rewind looks at the control
|
||||||
# file todetermine what timeline the server is on, and that isn't updated
|
# file to determine what timeline the server is on, and that isn't updated
|
||||||
# immediately at promotion, but only at the next checkpoint. When running
|
# immediately at promotion, but only at the next checkpoint. When running
|
||||||
# pg_rewind in remote mode, it's possible that we complete the test steps
|
# pg_rewind in remote mode, it's possible that we complete the test steps
|
||||||
# after promotion so quickly that when pg_rewind runs, the standby has not
|
# after promotion so quickly that when pg_rewind runs, the standby has not
|
||||||
|
Loading…
Reference in New Issue
Block a user