]> granicus.if.org Git - postgresql/commit
Remove obsolete comments about sempahores from proc.c.
authorThomas Munro <tmunro@postgresql.org>
Thu, 20 Jun 2019 22:57:07 +0000 (10:57 +1200)
committerThomas Munro <tmunro@postgresql.org>
Thu, 20 Jun 2019 22:57:32 +0000 (10:57 +1200)
commitf7aebd7f74117a9b44eb6af575061fc16a728236
tree661ac8d143b1ef549582bf72bfedb886cf0ecd5c
parent6dfc9464472ec283cf6b13ee67b42afc6346c533
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
src/backend/storage/lmgr/proc.c