Remove obsolete comments about sempahores from proc.c.

Thomas Munro <tmunro@postgresql.org>

Commit: df098c371b882eeafa168501f0d20330c9a186fc
Author: Thomas Munro <tmunro@postgresql.org>
Date: 2019-06-20T22:57:55Z
Releases: 10.10
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

Files

PathChange+/−
src/backend/storage/lmgr/proc.c modified +6 −8

Discussion