Re: SR standby hangs - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: SR standby hangs
Date
Msg-id 4DB73DA1.9090000@dunslane.net
Whole thread Raw
In response to Re: SR standby hangs  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers

On 04/26/2011 05:31 PM, Tom Lane wrote:
> Andrew Dunstan<andrew@dunslane.net>  writes:
>> (gdb) p 'postmaster.c'::ProcGlobal->startupProcPid
>> $1 = 0
>> (gdb) p 'postmaster.c'::ProcGlobal->startupProc
>> $2 = (PGPROC *) 0x0
> Oh ... you need this patch:
>
> http://git.postgresql.org/gitweb?p=postgresql.git&a=commitdiff&h=9bb1ddec4cd998c5fbac278a54d8ad5a5011e4e1
>
> Update to 9.0.4 ...
>
>             

Oh, I missed that one. Thanks for the diagnosis!

cheers

andrew


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: SR standby hangs
Next
From: Peter Eisentraut
Date:
Subject: Re: "stored procedures" - use cases?