This commit is contained in:
Alvaro Herrera 2017-01-17 16:33:10 -03:00
parent 063ef8308b
commit dda7c34555

View File

@ -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();