pgsql: Remove obsolete comments about sempahores from proc.c. - Mailing list pgsql-committers

From Thomas Munro
Subject pgsql: Remove obsolete comments about sempahores from proc.c.
Date
Msg-id E1he62r-0000WU-9t@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove obsolete comments about sempahores from proc.c.

Commit 6753333f switched from a semaphore-based wait to a latch-based
wait for ProcSleep()/ProcWakeup(), but left behind some stray references
to semaphores.

Back-patch to 9.5.

Reviewed-by: Daniel Gustafsson, Michael Paquier
Discussion: https://postgr.es/m/CA+hUKGLs5H6zhmgTijZ1OaJvC1sG0=AFXc1aHuce32tKiQrdEA@mail.gmail.com

Branch
------
REL_11_STABLE

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

Modified Files
--------------
src/backend/storage/lmgr/proc.c | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Remove obsolete comments about sempahores from proc.c.
Next
From: Thomas Munro
Date:
Subject: pgsql: Remove obsolete comments about sempahores from proc.c.