Skip to content

Commit

Permalink
Test build for #2330
Browse files Browse the repository at this point in the history
  • Loading branch information
SUSE Update Bot committed Mar 3, 2025
1 parent 39cf538 commit c91915f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions postgres-16-image/docker-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
3 changes: 3 additions & 0 deletions postgres-17-image/docker-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 c91915f

Please sign in to comment.