Fix comment in injection_point.c

Michael Paquier <michael@paquier.xyz>

Commit: 73731b2432418e078ecfc0642f4257b7a30a83ff
Author: Michael Paquier <michael@paquier.xyz>
Date: 2024-11-13T04:58:19Z
Releases: 17.2
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

Files

PathChange+/−
src/backend/utils/misc/injection_point.c modified +1 −1