On Thu, Jul 10, 2014 at 2:24 AM, basti wrote:
> Hello,
> I had followed this discuss
> (http://www.postgresql.org/message-id/CABRT9RAXzUa=_zT_M4Z1vyDuFkpgNCZLUnRTUO5gvK2kKkNu=a...@mail.gmail.com).
>
> I have a similar problem now:
>
> I use one Postgres Server as Master an an other one as Standb
On Thu, Jul 3, 2014 at 2:00 PM, Tom Lane wrote:
> Quinlan Pfiffer writes:
> > I'm trying to build a custom background worker for 9.3 in C++.
> > Recompiling for -fPIC (as it says to) correctly builds the shared
> library,
> > but then when I try to run Postgres wi
I'm trying to build a custom background worker for 9.3 in C++. I'm having
trouble getting it running, mostly due to what I think is some weird name
mangling. The code is pretty simple and works fine if I compile it as a C
background worker, but the plan is to link this worker to some other C++
libr