aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/procsignal.c
diff options
context:
space:
mode:
authorThomas Munro <tmunro@postgresql.org>2021-03-02 09:15:15 +1300
committerThomas Munro <tmunro@postgresql.org>2021-03-02 09:30:57 +1300
commitbd69ddfcdbf650f11af4317f3f6686c012cf66d0 (patch)
tree84a1d3f2c3f315b9d84e5ca1d4273723024828c0 /src/backend/storage/ipc/procsignal.c
parent1e6e40447115ca7b4749d7d117b81b016ee5e2c2 (diff)
downloadpostgresql-bd69ddfcdbf650f11af4317f3f6686c012cf66d0.tar.gz
postgresql-bd69ddfcdbf650f11af4317f3f6686c012cf66d0.zip
Remove obsolete comment for WaitForProcSignalBarrier().
Commit 814f1d8b removed the behavior described. Reported-by: Amit Kapila <amit.kapila16@gmail.com>
Diffstat (limited to 'src/backend/storage/ipc/procsignal.c')
-rw-r--r--src/backend/storage/ipc/procsignal.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/backend/storage/ipc/procsignal.c b/src/backend/storage/ipc/procsignal.c
index 8e5ee49fbd7..c6a8d4611e4 100644
--- a/src/backend/storage/ipc/procsignal.c
+++ b/src/backend/storage/ipc/procsignal.c
@@ -386,11 +386,6 @@ EmitProcSignalBarrier(ProcSignalBarrierType type)
/*
* WaitForProcSignalBarrier - wait until it is guaranteed that all changes
* requested by a specific call to EmitProcSignalBarrier() have taken effect.
- *
- * We expect that the barrier will normally be absorbed very quickly by other
- * backends, so we start by waiting just 1/8 of a second and then back off
- * by a factor of two every time we time out, to a maximum wait time of
- * 1 second.
*/
void
WaitForProcSignalBarrier(uint64 generation)