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

Appearance settings

Commit 1e12a49

Browse filesBrowse files
committed
Remove vacuumdb --analyze-in-stages from pg_upgrade tests
This step was only there to test the script when we generated those, but commit 8f11369 removed those scripts, so it's not needed anymore. Reported-By: Peter Eisentraut Discussion: https://postgr.es/m/ea403f46-2b33-a7de-618e-9cab35a698c8@enterprisedb.com
1 parent a378ba4 commit 1e12a49
Copy full SHA for 1e12a49

File tree

Expand file treeCollapse file tree

2 files changed

+0
-4
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+0
-4
lines changed

‎src/bin/pg_upgrade/test.sh

Copy file name to clipboardExpand all lines: src/bin/pg_upgrade/test.sh
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,6 @@ esac
243243

244244
pg_ctl start -l "$logdir/postmaster2.log" -o "$POSTMASTER_OPTS" -w
245245

246-
vacuumdb --all --analyze-in-stages
247-
248246
pg_dumpall --no-sync -f "$temp_root"/dump2.sql || pg_dumpall2_status=$?
249247
pg_ctl -m fast stop
250248

‎src/tools/msvc/vcregress.pl

Copy file name to clipboardExpand all lines: src/tools/msvc/vcregress.pl
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,8 +606,6 @@ sub upgradecheck
606606
print "\nStarting new cluster\n\n";
607607
@args = ('pg_ctl', '-l', "$logdir/postmaster2.log", 'start');
608608
system(@args) == 0 or exit 1;
609-
print "\nSetting up stats on new cluster\n\n";
610-
@args = ('vacuumdb', '--all', '--analyze-in-stages');
611609
system(@args) == 0 or exit 1;
612610
print "\nDumping new cluster\n\n";
613611
@args = ('pg_dumpall', '-f', "$tmp_root/dump2.sql");

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.