mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Fix typo in comment
Author: Julien Rouhaud Backpatch-through: 11 Discussion: https://postgr.es/m/20210420121659.odjueyd4rpilorn5@nol
This commit is contained in:
parent
e480c6dd33
commit
bf5d1f1e00
@ -375,7 +375,7 @@ dshash_get_hash_table_handle(dshash_table *hash_table)
|
|||||||
* the caller must take care to ensure that the entry is not left corrupted.
|
* the caller must take care to ensure that the entry is not left corrupted.
|
||||||
* The lock mode is either shared or exclusive depending on 'exclusive'.
|
* The lock mode is either shared or exclusive depending on 'exclusive'.
|
||||||
*
|
*
|
||||||
* The caller must not lock a lock already.
|
* The caller must not hold a lock already.
|
||||||
*
|
*
|
||||||
* Note that the lock held is in fact an LWLock, so interrupts will be held on
|
* Note that the lock held is in fact an LWLock, so interrupts will be held on
|
||||||
* return from this function, and not resumed until dshash_release_lock is
|
* return from this function, and not resumed until dshash_release_lock is
|
||||||
|
Loading…
x
Reference in New Issue
Block a user