Steve Singer ssinger at ca.afilias.info
Mon Sep 13 13:40:13 PDT 2010
Additional attempt at bug #40.

If libpq isn't already in the system shared library search
path directories then it might not be found when configure
tries to run the test program.

Build the path to libpq into the test executable via linker
flags.  The linker flags for this vary based on platform.
The logic was based on logic in postgresql/src/makefiles
in the Postgresql source tree.

Also perform a runtime check to make sure the runtime
libpq is thread-safe.

Branch
------
REL_2_0_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=2ee266a20be37964b6aa0df1554a0b5998fbba4a

Modified Files
--------------
config/acx_libpq.m4 |   30 ++++++++++++++++++++++++++++--
src/slon/slon.c     |    6 ++++++
2 files changed, 34 insertions(+), 2 deletions(-)



More information about the Slony1-commit mailing list