pgsql: Fix comment in injection_point.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comment in injection_point.c
Date: 2024-11-13 04:58:43
Message-ID: E1tB5Sl-001ZaY-GP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-11-13 08:00:27 pgsql: doc: Add WITHOUT OVERLAPS to ALTER TABLE reference docs
Previous Message Peter Geoghegan 2024-11-13 03:09:16 pgsql: Fix obsolete nbtree page reuse FSM comment.