pgsql: Revert "Teach DSM registry to ERROR if attaching to an uninitial

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revert "Teach DSM registry to ERROR if attaching to an uninitial
Date: 2025-11-26 17:39:15
Message-ID: E1vOJU2-001Wus-1o@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert "Teach DSM registry to ERROR if attaching to an uninitialized entry."

This reverts commit 1165a933aa (and the corresponding commits on
the back-branches). In a follow-up commit, we'll teach the
registry to retry entry initialization instead of leaving it in a
permanently failed state.

Reviewed-by: Robert Haas <robertmhaas(at)gmail(dot)com>
Discussion: https://postgr.es/m/E1vJHUk-006I7r-37%40gemulon.postgresql.org
Backpatch-through: 17

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/c7e0f263d67f75525193f874aaf6e082a88567c8

Modified Files
--------------
src/backend/storage/ipc/dsm_registry.c | 19 +++++--------------
1 file changed, 5 insertions(+), 14 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2025-11-26 18:08:35 pgsql: Add #define for UNICODE_CASEMAP_BUFSZ.
Previous Message Nathan Bossart 2025-11-26 17:39:14 pgsql: Revert "Teach DSM registry to ERROR if attaching to an uninitial