Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postgres-17-image for openSUSE:Factory checked in at 2025-03-07 16:44:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgres-17-image (Old) and /work/SRC/openSUSE:Factory/.postgres-17-image.new.19136 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgres-17-image" Fri Mar 7 16:44:42 2025 rev:15 rq:1251138 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/postgres-17-image/postgres-17-image.changes 2025-02-05 21:57:13.573808690 +0100 +++ /work/SRC/openSUSE:Factory/.postgres-17-image.new.19136/postgres-17-image.changes 2025-03-07 16:48:44.125921214 +0100 @@ -1,0 +2,5 @@ +Fri Mar 7 07:03:45 UTC 2025 - SUSE Update Bot <bci-inter...@suse.de> + +- Unset NOTIFY_SOCKET in entrypoint + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ docker-entrypoint.sh ++++++ --- /var/tmp/diff_new_pack.2YL0j0/_old 2025-03-07 16:48:44.797949574 +0100 +++ /var/tmp/diff_new_pack.2YL0j0/_new 2025-03-07 16:48:44.801949743 +0100 @@ -269,6 +269,9 @@ # 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 ' "$@")" \