mirror of
https://github.com/postgres/postgres.git
synced 2025-05-30 00:02:11 -04:00
Fix typo in comment
Author: Hou, Zhijie
This commit is contained in:
parent
19ad7e1d7b
commit
2a093355aa
@ -430,7 +430,7 @@ WaitForProcSignalBarrier(uint64 generation)
|
||||
* cannot safely access the barrier generation inside the signal handler as
|
||||
* 64bit atomics might use spinlock based emulation, even for reads. As this
|
||||
* routine only gets called when PROCSIG_BARRIER is sent that won't cause a
|
||||
* lot fo unnecessary work.
|
||||
* lot of unnecessary work.
|
||||
*/
|
||||
static void
|
||||
HandleProcSignalBarrierInterrupt(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user