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 f9472d7 commit af57438Copy full SHA for af57438
src/backend/storage/lmgr/lmgr.c
@@ -268,8 +268,8 @@ UnlockRelation(Relation relation, LOCKMODE lockmode)
268
/*
269
* LockHasWaitersRelation
270
*
271
- * This is a functiion to check if someone else is waiting on a
272
- * lock, we are currently holding.
+ * This is a function to check whether someone else is waiting for a
+ * lock which we are currently holding.
273
*/
274
bool
275
LockHasWaitersRelation(Relation relation, LOCKMODE lockmode)
0 commit comments