Skip to content

Commit 3353583

Browse files
committed
Don't try to pass -I switch to postmaster in contrib/start-scripts/linux.
Undo thinko in commit 8730618. Per bug #8098 from Catherine Devlin.
1 parent 4580a4b commit 3353583

File tree

1 file changed

+1
-1
lines changed
  • contrib/start-scripts

1 file changed

+1
-1
lines changed

contrib/start-scripts/linux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ case $1 in
8484
echo -n "Starting PostgreSQL: "
8585
test x"$OOM_SCORE_ADJ" != x && echo "$OOM_SCORE_ADJ" > /proc/self/oom_score_adj
8686
test x"$OOM_ADJ" != x && echo "$OOM_ADJ" > /proc/self/oom_adj
87-
su - $PGUSER -c "$DAEMON -I -D '$PGDATA' &" >>$PGLOG 2>&1
87+
su - $PGUSER -c "$DAEMON -D '$PGDATA' &" >>$PGLOG 2>&1
8888
echo "ok"
8989
;;
9090
stop)

0 commit comments

Comments
 (0)