File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ mkdir "$logdir"
6464
6565set -x
6666
67- $oldbindir /initdb
68- $oldbindir /pg_ctl start -l " $logdir /postmaster1.log" -w
67+ $oldbindir /initdb -N
68+ $oldbindir /pg_ctl start -l " $logdir /postmaster1.log" -o ' -F ' - w
6969if " $MAKE " -C " $oldsrc " installcheck; then
7070 pg_dumpall -f " $temp_root " /dump1.sql || pg_dumpall1_status=$?
7171 if [ " $newsrc " != " $oldsrc " ]; then
104104
105105mv " ${PGDATA} " " ${PGDATA} .old"
106106
107- initdb
107+ initdb -N
108108
109109pg_upgrade -d " ${PGDATA} .old" -D " ${PGDATA} " -b " $oldbindir " -B " $bindir "
110110
111- pg_ctl start -l " $logdir /postmaster2.log" -w
111+ pg_ctl start -l " $logdir /postmaster2.log" -o ' -F ' - w
112112
113113if [ $testhost = Msys ] ; then
114114 cmd /c analyze_new_cluster.bat
You can’t perform that action at this time.
0 commit comments