Re: [HACKERS] postgres 9.0 crash when bringing up hot standby - Mailing list pgsql-admin

From Tom Lane
Subject Re: [HACKERS] postgres 9.0 crash when bringing up hot standby
Date
Msg-id 6546.1281649220@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] postgres 9.0 crash when bringing up hot standby  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: [HACKERS] postgres 9.0 crash when bringing up hot standby  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
Robert Haas <robertmhaas@gmail.com> writes:
> Per off-list discussion with Alanoly, we've determined the following:

> dblink was compiled with the same flags as libpqwalreciever
> dblink works
> libpqwalreceiver crashes

I wonder if the problem is not so much libpqwalreceiver as the
walreceiver process.  Maybe an ordinary backend process does some
prerequisite initialization that walreceiver is missing.  Hard to
guess what, though ... I can't think of anything dlopen() depends on
that should be under our control.

            regards, tom lane

pgsql-admin by date:

Previous
From: Robert Haas
Date:
Subject: Re: [HACKERS] postgres 9.0 crash when bringing up hot standby
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] postgres 9.0 crash when bringing up hot standby