pgsql: Fix comment in injection_point.c - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix comment in injection_point.c
Date
Msg-id E1tB5Sl-001ZaZ-Go@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix comment in injection_point.c

InjectionPointEntry->name was described as a hash key, which was fine
when introduced in d86d20f0ba79, but it is not now.

Oversight in 86db52a5062a, that has changed the way injection points are
stored in shared memory from a hash table to an array.

Backpatch-through: 17

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/73731b2432418e078ecfc0642f4257b7a30a83ff

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


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Fix obsolete nbtree page reuse FSM comment.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Small improvement in CREATE TABLE / PERIOD documentation