[pgpool-committers: 1834] pgpool: Fix compilation on Mac OS X.

Muhammad Usama m.usama at gmail.com
Tue May 6 20:08:08 JST 2014


Fix compilation on Mac OS X.

Mac OS X has strlcpy and it conflicts with pgpool-II's own version of
it.  Soltion is, adding checking to configure. Patch contributed by
Usama.

Branch
------
EXCEPTION_MGR

Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=95a874ce94abc2859f53ecbd005d3332db423b48
Author: Tatsuo Ishii <ishii at postgresql.org>

Modified Files
--------------
Makefile.in             |    2 +-
aclocal.m4              |    4 ++--
configure               |   14 ++++++++++++++
configure.in            |    2 ++
src/include/config.h.in |    6 ++++++
src/include/pool.h      |    6 ++++--
6 files changed, 29 insertions(+), 5 deletions(-)



More information about the pgpool-committers mailing list