Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19ad7e1 commit 2a09335Copy full SHA for 2a09335
src/backend/storage/ipc/procsignal.c
@@ -430,7 +430,7 @@ WaitForProcSignalBarrier(uint64 generation)
430
* cannot safely access the barrier generation inside the signal handler as
431
* 64bit atomics might use spinlock based emulation, even for reads. As this
432
* routine only gets called when PROCSIG_BARRIER is sent that won't cause a
433
- * lot fo unnecessary work.
+ * lot of unnecessary work.
434
*/
435
static void
436
HandleProcSignalBarrierInterrupt(void)
0 commit comments