Re: Obsolete comments about semaphores in proc.c

Daniel Gustafsson <daniel@yesql.se>

From: Daniel Gustafsson <daniel@yesql.se>
To: Thomas Munro <thomas.munro@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2019-06-17T11:28:42Z
Lists: pgsql-hackers
> On 14 Jun 2019, at 01:00, Thomas Munro <thomas.munro@gmail.com> wrote:

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

LGTM

cheers ./daniel



Commits

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

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