Skip to content

Commit

Permalink
🤖: Update package versions and external files
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmueller authored and github-actions[bot] committed Mar 3, 2025
1 parent 785c50f commit eb35b8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/bci_build/package/postgres/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,9 @@ docker_temp_server_start() {
# does not listen on external TCP/IP and waits until start finishes
set -- "$@" -c listen_addresses='' -p "${PGPORT:-5432}"

# unset NOTIFY_SOCKET so the temporary server doesn't prematurely notify
# any process supervisor.
NOTIFY_SOCKET= \
PGUSER="${PGUSER:-$POSTGRES_USER}" \
pg_ctl -D "$PGDATA" \
-o "$(printf '%q ' "$@")" \
Expand Down

0 comments on commit eb35b8a

Please sign in to comment.