Re: SR standby hangs

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Greg Stark <gsstark(at)mit(dot)edu>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: SR standby hangs
Date: 2011-04-26 21:48:17
Message-ID: 4DB73DA1.9090000@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 04/26/2011 05:31 PM, Tom Lane wrote:
> Andrew Dunstan<andrew(at)dunslane(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2011-04-26 21:56:39 Re: "stored procedures" - use cases?
Previous Message Tom Lane 2011-04-26 21:31:40 Re: SR standby hangs