8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7136bf3 commit 8b4b566Copy full SHA for 8b4b566
src/backend/lib/dshash.c
@@ -375,7 +375,7 @@ dshash_get_hash_table_handle(dshash_table *hash_table)
375
* the caller must take care to ensure that the entry is not left corrupted.
376
* The lock mode is either shared or exclusive depending on 'exclusive'.
377
*
378
- * The caller must not lock a lock already.
+ * The caller must not hold a lock already.
379
380
* Note that the lock held is in fact an LWLock, so interrupts will be held on
381
* return from this function, and not resumed until dshash_release_lock is
0 commit comments