mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 08:42:38 -04:00
Fix typo
This commit is contained in:
parent
063ef8308b
commit
dda7c34555
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue