Steve Singer ssinger at ca.afilias.info
Fri Dec 7 12:28:55 PST 2012
Add back in find_my_exec() support on platforms that include pgport.
find_my_exec, a postgresql pgport function is again used to find the
location of the slonik binary to locate the share directory.
This is for installs where the install location is not known at
compile time.

Some distributions don't include pgport, this is disabled by default
if you compile with pgport support set to yes (a configure option/check)
then this will be enabled.

Patch submitted by Sandeep Thakkar <sandeep.thakkar at enterprisedb.com>
(cherry picked from commit b034434e6279da67008402575ed768a666b827a9)

Conflicts:

	configure.ac

Branch
------
master

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

Modified Files
--------------
Makefile.global.in   |    3 +++
config.h.in          |    4 ++++
config/acx_libpq.m4  |    7 +++++++
configure.ac         |    2 ++
src/slonik/Makefile  |    2 ++
src/slonik/slonik.c  |   19 +++++++++++++++++++
src/slonik/win32.mak |    6 +++---
7 files changed, 40 insertions(+), 3 deletions(-)



More information about the Slony1-commit mailing list