[pgpool-committers: 2547] pgpool: pgpool-II should only use the local definition of snprintf func

Muhammad Usama m.usama at gmail.com
Thu Apr 30 21:49:36 JST 2015


pgpool-II should only use the local definition of snprintf functions if they are not provided by OS.

Fixing a small oversight in the code which was causing the pgpool-II to always
use the local definition of snprintf functions even when the functions are
provided by the host OS.

Branch
------
V3_4_STABLE

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

Modified Files
--------------
src/include/parser/stringinfo.h |    3 +++
src/parser/stringinfo.c         |    2 +-
2 files changed, 4 insertions(+), 1 deletion(-)



More information about the pgpool-committers mailing list