@ -117,7 +117,7 @@ command_ok(
'pg_dumpall' ,
'pg_dumpall' ,
'--file' = > $ outputdir . '/primary.dump' ,
'--file' = > $ outputdir . '/primary.dump' ,
'--no-sync' , '--no-statistics' ,
'--no-sync' , '--no-statistics' ,
'--restrict-key= test' ,
'--restrict-key' = > ' test' ,
'--port' = > $ node_primary - > port ,
'--port' = > $ node_primary - > port ,
'--no-unlogged-table-data' , # if unlogged, standby has schema only
'--no-unlogged-table-data' , # if unlogged, standby has schema only
] ,
] ,
@ -127,7 +127,7 @@ command_ok(
'pg_dumpall' ,
'pg_dumpall' ,
'--file' = > $ outputdir . '/standby.dump' ,
'--file' = > $ outputdir . '/standby.dump' ,
'--no-sync' , '--no-statistics' ,
'--no-sync' , '--no-statistics' ,
'--restrict-key= test' ,
'--restrict-key' = > ' test' ,
'--port' = > $ node_standby_1 - > port ,
'--port' = > $ node_standby_1 - > port ,
] ,
] ,
'dump standby server' ) ;
'dump standby server' ) ;
@ -147,7 +147,7 @@ command_ok(
'--schema' = > 'pg_catalog' ,
'--schema' = > 'pg_catalog' ,
'--file' = > $ outputdir . '/catalogs_primary.dump' ,
'--file' = > $ outputdir . '/catalogs_primary.dump' ,
'--no-sync' ,
'--no-sync' ,
'--restrict-key= test' ,
'--restrict-key' = > ' test' ,
'--port' , $ node_primary - > port ,
'--port' , $ node_primary - > port ,
'--no-unlogged-table-data' ,
'--no-unlogged-table-data' ,
'regression' ,
'regression' ,
@ -159,7 +159,7 @@ command_ok(
'--schema' = > 'pg_catalog' ,
'--schema' = > 'pg_catalog' ,
'--file' = > $ outputdir . '/catalogs_standby.dump' ,
'--file' = > $ outputdir . '/catalogs_standby.dump' ,
'--no-sync' ,
'--no-sync' ,
'--restrict-key= test' ,
'--restrict-key' = > ' test' ,
'--port' = > $ node_standby_1 - > port ,
'--port' = > $ node_standby_1 - > port ,
'regression' ,
'regression' ,
] ,
] ,