pgsql: Remove more obsolete comments about semaphores. - Mailing list pgsql-committers

From Thomas Munro
Subject pgsql: Remove more obsolete comments about semaphores.
Date
Msg-id E1m1jkR-0004RT-Ts@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove more obsolete comments about semaphores.

Commit 6753333f stopped using semaphores as the sleep/wake mechanism for
heavyweight locks, but some obsolete references to that scheme remained
in comments.  As with similar commit 25b93a29, back-patch all the way.

Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/CA%2BhUKGLafjB1uzXcy%3D%3D2L3cy7rjHkqOVn7qRYGBjk%3D%3DtMJE7Yg%40mail.gmail.com

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8d48a3436dd83f7d6e3cde2d76f91f49f27ba16d

Modified Files
--------------
src/backend/storage/lmgr/lwlock.c | 27 +++++++++------------------
1 file changed, 9 insertions(+), 18 deletions(-)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Remove more obsolete comments about semaphores.
Next
From: Thomas Munro
Date:
Subject: pgsql: Remove more obsolete comments about semaphores.