Re: [BUGS] BUG #4961: pg_standby.exe crashes with no args - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: [BUGS] BUG #4961: pg_standby.exe crashes with no args
Date
Msg-id 4A8BC9BB.1010109@enterprisedb.com
Whole thread Raw
In response to Re: [BUGS] BUG #4961: pg_standby.exe crashes with no args  (Magnus Hagander <magnus@hagander.net>)
Responses Re: [BUGS] BUG #4961: pg_standby.exe crashes with no args  (Magnus Hagander <magnus@hagander.net>)
Re: [BUGS] BUG #4961: pg_standby.exe crashes with no args  (Fujii Masao <masao.fujii@gmail.com>)
List pgsql-hackers
Magnus Hagander wrote:
> This would amount to fairly major surgery for pg_standby on Win32. Is
> that something we'd want to backpatch, or do we want to backpatch just
> the removal of the signal() calls which would amount to not supporting
> signals in pg_standby on win32?

I think we should just remove the signals support for win32. The trigger
file method still works, and the signal method has always been a bit
iffy (it doesn't work when pg_standby isn't running, for example, which
happens between processing of each WAL file, because there's no process
to signal).

Is pg_standby killed correctly when postmaster dies?

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


pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: [BUGS] BUG #4961: pg_standby.exe crashes with no args
Next
From: Peter Eisentraut
Date:
Subject: alpha1 bundled -- please verify