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

Commit27d3dee

Browse files
Fix MSVC pg_upgrade test.
In the back-branch versions of commit71ea0d6, I missed updatingthis test to use --restrict-key so that the generated dump outputis comparable.Per buildfarm member hamerkop.Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>Security:CVE-2025-8714Backpatch-through: 13-14
1 parentc204bd3 commit27d3dee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/tools/msvc/vcregress.pl‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ sub upgradecheck
644644
# now we can chdir into the source dir
645645
chdir"$topdir/src/bin/pg_upgrade";
646646
print"\nDumping old cluster\n\n";
647-
@args = ('pg_dumpall','-f',"$tmp_root/dump1.sql");
647+
@args = ('pg_dumpall','-f',"$tmp_root/dump1.sql",'--restrict-key','test');
648648
system(@args) == 0orexit 1;
649649
print"\nStopping old cluster\n\n";
650650
system("pg_ctl stop") == 0orexit 1;
@@ -660,7 +660,7 @@ sub upgradecheck
660660
print"\nSetting up stats on new cluster\n\n";
661661
system(".\\analyze_new_cluster.bat") == 0orexit 1;
662662
print"\nDumping new cluster\n\n";
663-
@args = ('pg_dumpall','-f',"$tmp_root/dump2.sql");
663+
@args = ('pg_dumpall','-f',"$tmp_root/dump2.sql",'--restrict-key','test');
664664
system(@args) == 0orexit 1;
665665
print"\nStopping new cluster\n\n";
666666
system("pg_ctl stop") == 0orexit 1;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp