Update sample script comment.
authorBo Peng <[email protected]>
Thu, 27 Feb 2025 07:09:05 +0000 (16:09 +0900)
committerBo Peng <[email protected]>
Thu, 27 Feb 2025 07:09:37 +0000 (16:09 +0900)
src/sample/scripts/follow_primary.sh.sample

index fb33cdc440912dcb17c021ad5e25699202a717b7..eb83b7123b0428556294d3a521cba62be9b46b69 100755 (executable)
@@ -1,6 +1,5 @@
 #!/bin/bash
 # This script is run after failover_command to synchronize the Standby with the new Primary.
-# First try pg_rewind. If pg_rewind failed, use pg_basebackup.
 
 set -o xtrace