pgsql: Fix attach of a previously-detached injection point. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Fix attach of a previously-detached injection point.
Date
Msg-id E1sh1wb-000tKn-HJ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix attach of a previously-detached injection point.

It's normal for the name in a free slot to match the new name.  The
max_inuse mechanism kept simple cases from reaching the problem.  The
problem could appear when index 0 was the previously-detached entry and
index 1 is in use.  Back-patch to v17, where this code first appeared.

Branch
------
master

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

Modified Files
--------------
src/backend/utils/misc/injection_point.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: pgsql: Avoid repeated table name lookups in createPartitionTable()
Next
From: Michael Paquier
Date:
Subject: pgsql: psql: Add more meta-commands able to use the extended protocol