Skip to content

Commit 885a876

Browse files
committed
Remove duplicated --no-sync switches in new tests of test_pg_dump
These got introduced in 6568cef. Reported-by: Noah Misch Discussion: https://postgr.es/m/20210404220802.GA728316@rfd.leadboat.com
1 parent cf00200 commit 885a876

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/modules/test_pg_dump/t/001_base.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,15 +198,15 @@
198198
with_extension => {
199199
dump_cmd => [
200200
'pg_dump', '--no-sync', "--file=$tempdir/with_extension.sql",
201-
'--extension=test_pg_dump', '--no-sync', 'postgres',
201+
'--extension=test_pg_dump', 'postgres',
202202
],
203203
},
204204

205205
# plgsql in the list blocks the dump of extension test_pg_dump
206206
without_extension => {
207207
dump_cmd => [
208208
'pg_dump', '--no-sync', "--file=$tempdir/without_extension.sql",
209-
'--extension=plpgsql', '--no-sync', 'postgres',
209+
'--extension=plpgsql', 'postgres',
210210
],
211211
},);
212212

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy