mirror of
https://github.com/postgres/postgres.git
synced 2025-05-30 00:02:11 -04:00
Fix typo
This commit is contained in:
parent
063ef8308b
commit
dda7c34555
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user