index 7c053c4e49d56c3fb462c92f75c1d1396b68c9b2..ef98c084939883f38335835d4cc002256f29cf83 100644 (file)
with_extension => {
dump_cmd => [
'pg_dump', '--no-sync', "--file=$tempdir/with_extension.sql",
- '--extension=test_pg_dump', '--no-sync', 'postgres',
+ '--extension=test_pg_dump', 'postgres',
],
},
without_extension => {
dump_cmd => [
'pg_dump', '--no-sync', "--file=$tempdir/without_extension.sql",
- '--extension=plpgsql', '--no-sync', 'postgres',
+ '--extension=plpgsql', 'postgres',
],
},);