mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
pgindent run for 9.5
This commit is contained in:
@ -25,20 +25,22 @@ sub run_test
|
||||
# Create databases in the old master and the new promoted standby.
|
||||
master_psql('CREATE DATABASE master_afterpromotion');
|
||||
standby_psql('CREATE DATABASE standby_afterpromotion');
|
||||
|
||||
# The clusters are now diverged.
|
||||
|
||||
RewindTest::run_pg_rewind($test_mode);
|
||||
|
||||
# Check that the correct databases are present after pg_rewind.
|
||||
check_query('SELECT datname FROM pg_database',
|
||||
qq(template1
|
||||
check_query(
|
||||
'SELECT datname FROM pg_database',
|
||||
qq(template1
|
||||
template0
|
||||
postgres
|
||||
inmaster
|
||||
beforepromotion
|
||||
standby_afterpromotion
|
||||
),
|
||||
'database names');
|
||||
'database names');
|
||||
|
||||
RewindTest::clean_rewind_test();
|
||||
}
|
||||
|
Reference in New Issue
Block a user