Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit885a876

Browse files
committed
Remove duplicated --no-sync switches in new tests of test_pg_dump
These got introduced in6568cef.Reported-by: Noah MischDiscussion:https://postgr.es/m/20210404220802.GA728316@rfd.leadboat.com
1 parentcf00200 commit885a876

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)

[8]ページ先頭

©2009-2025 Movatter.jp