There was an error while loading. Please reload this page.
1 parent 67eab2f commit bce84cfCopy full SHA for bce84cf
1 file changed
test/dump/run.sh
@@ -45,7 +45,7 @@ check_log $create_log creation
45
46
echo Running dump and restore
47
# No real need to cat the log on failure here; psql will generate an error and even if not verify will almost certainly catch it
48
-createdb test_load && (echo 'BEGIN;' && pg_dump test_dump && echo 'COMMIT;') | psql -q -v VERBOSITY=verbose -v ON_ERROR_STOP=true test_load > $restore_log || die 4 "Unable to load database"
+createdb test_load && (echo '\df pg_getobject_address' && echo 'BEGIN;' && pg_dump test_dump && echo 'COMMIT;') | psql -q -v VERBOSITY=verbose -v ON_ERROR_STOP=true test_load > $restore_log || die 4 "Unable to load database"
49
50
echo Verifying restore
51
psql -f test/dump/verify.sql test_load > $verify_log || die 5 "Test failed"
0 commit comments