mirror of
https://github.com/postgres/postgres.git
synced 2025-04-18 13:44:19 +03:00
Fix typo in linux startup script.
Missed a "$" in what was meant to be a variable substitution. Careless mistake in commit f23425fa950fec3aff458de117037c9caadbc35c.
This commit is contained in:
parent
0bd11d9711
commit
f320cbb615
@ -81,7 +81,7 @@ test -x $DAEMON ||
|
||||
|
||||
# If we want to tell child processes to adjust their OOM scores, set up the
|
||||
# necessary environment variables. Can't just export them through the "su".
|
||||
if [ -e "$PG_OOM_ADJUST_FILE" -a -n "PG_CHILD_OOM_SCORE_ADJ" ]
|
||||
if [ -e "$PG_OOM_ADJUST_FILE" -a -n "$PG_CHILD_OOM_SCORE_ADJ" ]
|
||||
then
|
||||
DAEMON_ENV="PG_OOM_ADJUST_FILE=$PG_OOM_ADJUST_FILE PG_OOM_ADJUST_VALUE=$PG_CHILD_OOM_SCORE_ADJ"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user