Skip to content

Commit bd69ddf

Browse files
committed
Remove obsolete comment for WaitForProcSignalBarrier().
Commit 814f1d8 removed the behavior described. Reported-by: Amit Kapila <amit.kapila16@gmail.com>
1 parent 1e6e404 commit bd69ddf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/backend/storage/ipc/procsignal.c

-5
Original file line numberDiff line numberDiff line change
@@ -386,11 +386,6 @@ EmitProcSignalBarrier(ProcSignalBarrierType type)
386386
/*
387387
* WaitForProcSignalBarrier - wait until it is guaranteed that all changes
388388
* 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.
394389
*/
395390
void
396391
WaitForProcSignalBarrier(uint64 generation)

0 commit comments

Comments
 (0)