We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf00200 commit 885a876Copy full SHA for 885a876
src/test/modules/test_pg_dump/t/001_base.pl
@@ -198,15 +198,15 @@
198
with_extension => {
199
dump_cmd => [
200
'pg_dump', '--no-sync', "--file=$tempdir/with_extension.sql",
201
- '--extension=test_pg_dump', '--no-sync', 'postgres',
+ '--extension=test_pg_dump', 'postgres',
202
],
203
},
204
205
# plgsql in the list blocks the dump of extension test_pg_dump
206
without_extension => {
207
208
'pg_dump', '--no-sync', "--file=$tempdir/without_extension.sql",
209
- '--extension=plpgsql', '--no-sync', 'postgres',
+ '--extension=plpgsql', 'postgres',
210
211
},);
212
0 commit comments