We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e6e404 commit bd69ddfCopy full SHA for bd69ddf
src/backend/storage/ipc/procsignal.c
@@ -386,11 +386,6 @@ EmitProcSignalBarrier(ProcSignalBarrierType type)
386
/*
387
* WaitForProcSignalBarrier - wait until it is guaranteed that all changes
388
* requested by a specific call to EmitProcSignalBarrier() have taken effect.
389
- *
390
- * We expect that the barrier will normally be absorbed very quickly by other
391
- * backends, so we start by waiting just 1/8 of a second and then back off
392
- * by a factor of two every time we time out, to a maximum wait time of
393
- * 1 second.
394
*/
395
void
396
WaitForProcSignalBarrier(uint64 generation)
0 commit comments