mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Run pgperltidy
This is required before the creation of a new branch. pgindent is clean, as well as is reformat-dat-files. perltidy version is v20230309, as documented in pgindent's README.
This commit is contained in:
@ -285,7 +285,7 @@ sub run_pg_rewind
|
||||
# Check that pg_rewind with dbname and --write-recovery-conf
|
||||
# wrote the dbname in the generated primary_conninfo value.
|
||||
like(slurp_file("$primary_pgdata/postgresql.auto.conf"),
|
||||
qr/dbname=postgres/m, 'recovery conf file sets dbname');
|
||||
qr/dbname=postgres/m, 'recovery conf file sets dbname');
|
||||
|
||||
# Check that standby.signal is here as recovery configuration
|
||||
# was requested.
|
||||
|
Reference in New Issue
Block a user