mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
Fix typo
Amit Langote
This commit is contained in:
@@ -139,8 +139,8 @@
|
|||||||
# primary as soon as possible. If you want to explicitly delay the replay of
|
# primary as soon as possible. If you want to explicitly delay the replay of
|
||||||
# committed transactions from the master, specify a recovery apply delay.
|
# committed transactions from the master, specify a recovery apply delay.
|
||||||
# For example, if you set this parameter to 5min, the standby will replay
|
# For example, if you set this parameter to 5min, the standby will replay
|
||||||
# each transaction commit only when the system time on the standby is least
|
# each transaction commit only when the system time on the standby is at
|
||||||
# five minutes past the commit time reported by the master.
|
# least five minutes past the commit time reported by the master.
|
||||||
#
|
#
|
||||||
#min_recovery_apply_delay = 0
|
#min_recovery_apply_delay = 0
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user