mirror of
https://github.com/postgres/postgres.git
synced 2025-05-12 16:21:30 +03:00
Improve header comment for LockHasWaitersRelation.
Dimitry Ivanov spotted a typo, and I added a bit of wordsmithing.
This commit is contained in:
parent
f9472d7256
commit
af5743851d
@ -268,8 +268,8 @@ UnlockRelation(Relation relation, LOCKMODE lockmode)
|
||||
/*
|
||||
* LockHasWaitersRelation
|
||||
*
|
||||
* This is a functiion to check if someone else is waiting on a
|
||||
* lock, we are currently holding.
|
||||
* This is a function to check whether someone else is waiting for a
|
||||
* lock which we are currently holding.
|
||||
*/
|
||||
bool
|
||||
LockHasWaitersRelation(Relation relation, LOCKMODE lockmode)
|
||||
|
Loading…
x
Reference in New Issue
Block a user