mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +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
|
* that happens before the list unlink happens, the list would end up
|
||||||
* being corrupted.
|
* being corrupted.
|
||||||
*
|
*
|
||||||
* The barrier pairs with the LWLockWaitListLock() when enqueing for
|
* The barrier pairs with the LWLockWaitListLock() when enqueueing for
|
||||||
* another lock.
|
* another lock.
|
||||||
*/
|
*/
|
||||||
pg_write_barrier();
|
pg_write_barrier();
|
||||||
|
Reference in New Issue
Block a user