Re: Signal handling patch (v2) for Synch Rep

From: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
To: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org, Simon Riggs <simon(at)2ndquadrant(dot)com>
Subject: Re: Signal handling patch (v2) for Synch Rep
Date: 2008-11-14 21:12:08
Message-ID: 491DE9A8.7020800@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Fujii Masao wrote:
> Attached is a patch of signal handling changes for Synch Rep.

It seems that we wouldn't need to use the BackendPidGetProc function,
nor the new AuxiliaryPidGetProc function, if we stored a PGPROC *
instead of the pid in ProcState.procPid.

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2008-11-14 21:32:28 "ORDER BY" clause prevents "UPDATE WHERE CURRENT OF"
Previous Message Greg Smith 2008-11-14 21:07:00 Re: Simple postgresql.conf wizard