Thread

Commits

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

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

  1. Obsolete comments about semaphores in proc.c

    Thomas Munro <thomas.munro@gmail.com> — 2019-06-13T23:00:30Z

    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
    
  2. Re: Obsolete comments about semaphores in proc.c

    Daniel Gustafsson <daniel@yesql.se> — 2019-06-17T11:28:42Z

    > 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
    
    
    
    
  3. Re: Obsolete comments about semaphores in proc.c

    Michael Paquier <michael@paquier.xyz> — 2019-06-17T13:20:38Z

    On Mon, Jun 17, 2019 at 01:28:42PM +0200, Daniel Gustafsson wrote:
    >> 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
    
    Fine seen from here as well.  I am not spotting other areas, FWIW.
    --
    Michael