From: | Robert Haas <robertmhaas(at)gmail(dot)com> |
---|---|
To: | Alanoly Andrews <alanolya(at)invera(dot)com> |
Cc: | Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>, "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: [HACKERS] postgres 9.0 crash when bringing up hot standby |
Date: | 2010-08-11 14:25:58 |
Message-ID: | AANLkTikLeGZ3gXrfhzL1x_ysaXko8yPanuOW4cs5rjf5@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-hackers |
On Wed, Aug 11, 2010 at 10:20 AM, Alanoly Andrews <alanolya(at)invera(dot)com> wrote:
> Ok..in response to the questions from Heikki,
>
> 1. Yes, "contrib/dblink" does work. Here's the output from the command used to "make" dblink:
> postgres:thimar> /usr/bin/gmake -C contrib/dblink install
> gmake: Entering directory `/dinabkp/faouzis/postgresql-9.0beta1/contrib/dblink'
> /bin/sh ../../config/install-sh -c -d '/dinabkp/faouzis/local2/pgsql/lib'
> /bin/sh ../../config/install-sh -c -d '/dinabkp/faouzis/local2/pgsql/share/contrib'
> /bin/sh ../../config/install-sh -c -m 755 dblink.so '/dinabkp/faouzis/local2/pgsql/lib/dblink.so'
> /bin/sh ../../config/install-sh -c -m 644 ./uninstall_dblink.sql '/dinabkp/faouzis/local2/pgsql/share/contrib'
> /bin/sh ../../config/install-sh -c -m 644 dblink.sql '/dinabkp/faouzis/local2/pgsql/share/contrib'
> gmake: Leaving directory `/dinabkp/faouzis/postgresql-9.0beta1/contrib/dblink'
Unfortunately that only shows the install, not the link - it must have
been built earlier. Can you do "make clean" in that just that one
directory, and then "make install" again?
> 2. I don't have records of the build logs for the regular postgres executables (which contains the libpqwalreceiver) but can do a new compile/make if that is required. But they were compiled and installed using the regular make files supplied along with the postgres source code. The following flags were added during the compilation:
>
> --without-readline --without-zlib --enable-debug --enable-cassert --enable-thread-safety
It'd be nice to see the whole build log, if it's not too much trouble
to regenerate it.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise Postgres Company
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2010-08-11 15:17:28 | Re: Autovacuum daemon internal handling |
Previous Message | Alanoly Andrews | 2010-08-11 14:20:31 | Re: [HACKERS] postgres 9.0 crash when bringing up hot standby |
From | Date | Subject | |
---|---|---|---|
Next Message | Kevin Grittner | 2010-08-11 14:27:27 | Re: assertions and constraint triggers |
Previous Message | Robert Haas | 2010-08-11 14:23:41 | Re: Regression tests versus the buildfarm environment |