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

Tatsuo Ishii ishii at postgresql.org
Tue Feb 11 23:50:15 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.

Branches
--------
EXCEPTION_MGR
master

Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=b7c18125fdd7d907ecd6677772991e30166b9fe7

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



More information about the pgpool-committers mailing list