mirror of
https://github.com/postgres/postgres.git
synced 2025-08-30 06:01:21 +03:00
Spelling adjustments
This commit is contained in:
@@ -759,7 +759,7 @@ LockAcquire(const LOCKTAG *locktag,
|
||||
* reportMemoryError specifies whether a lock request that fills the lock
|
||||
* table should generate an ERROR or not. Passing "false" allows the caller
|
||||
* to attempt to recover from lock-table-full situations, perhaps by forcibly
|
||||
* cancelling other lock holders and then retrying. Note, however, that the
|
||||
* canceling other lock holders and then retrying. Note, however, that the
|
||||
* return code for that is LOCKACQUIRE_NOT_AVAIL, so that it's unsafe to use
|
||||
* in combination with dontWait = true, as the cause of failure couldn't be
|
||||
* distinguished.
|
||||
|
Reference in New Issue
Block a user