Obsolete comments about semaphores in proc.c

Thomas Munro <thomas.munro@gmail.com>

From: Thomas Munro <thomas.munro@gmail.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2019-06-13T23:00:30Z
Lists: pgsql-hackers

Attachments

Hi,

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

-- 
Thomas Munro
https://enterprisedb.com

Commits

  1. Remove obsolete comments about sempahores from proc.c.

  2. Move deadlock and other interrupt handling in proc.c out of signal handlers.