]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix comment in injection_point.c
authorMichael Paquier <michael@paquier.xyz>
Wed, 13 Nov 2024 04:58:19 +0000 (13:58 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 13 Nov 2024 04:58:19 +0000 (13:58 +0900)
commit73731b2432418e078ecfc0642f4257b7a30a83ff
treef51235c683f1d52fc1eae456c220b465095cf476
parent7af6d13061ee00924f555bcb77bb2499f1aa03f8
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
src/backend/utils/misc/injection_point.c