pgsql: Remove obsolete comment for WaitForProcSignalBarrier().

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove obsolete comment for WaitForProcSignalBarrier().
Date: 2021-03-01 20:31:15
Message-ID: E1lGpCF-00074Y-52@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove obsolete comment for WaitForProcSignalBarrier().

Commit 814f1d8b removed the behavior described.

Reported-by: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/bd69ddfcdbf650f11af4317f3f6686c012cf66d0

Modified Files
--------------
src/backend/storage/ipc/procsignal.c | 5 -----
1 file changed, 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-03-01 21:44:23 pgsql: Improve reporting for syntax errors in multi-line JSON data.
Previous Message Andres Freund 2021-03-01 20:21:38 Re: pgsql: Fix recovery test hang in 021_row_visibility.pl on windows.