This commit is contained in:
parent
98ec90a34c
commit
48cba35c47
|
|
@ -267,7 +267,8 @@ docker_temp_server_start() {
|
||||||
|
|
||||||
# internal start of server in order to allow setup using psql client
|
# internal start of server in order to allow setup using psql client
|
||||||
# does not listen on external TCP/IP and waits until start finishes
|
# does not listen on external TCP/IP and waits until start finishes
|
||||||
set -- "$@" -c listen_addresses='' -p "${PGPORT:-5432}"
|
#set -- "$@" -c listen_addresses='' -p "${PGPORT:-5432}"
|
||||||
|
set -- "$@" -p "${PGPORT:-5432}"
|
||||||
|
|
||||||
# unset NOTIFY_SOCKET so the temporary server doesn't prematurely notify
|
# unset NOTIFY_SOCKET so the temporary server doesn't prematurely notify
|
||||||
# any process supervisor.
|
# any process supervisor.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue