mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fix typo
This commit is contained in:
@ -953,7 +953,7 @@ LWLockWakeup(LWLock *lock)
|
||||
* that happens before the list unlink happens, the list would end up
|
||||
* being corrupted.
|
||||
*
|
||||
* The barrier pairs with the LWLockWaitListLock() when enqueing for
|
||||
* The barrier pairs with the LWLockWaitListLock() when enqueueing for
|
||||
* another lock.
|
||||
*/
|
||||
pg_write_barrier();
|
||||
|
Reference in New Issue
Block a user