[pgpool-committers: 2548] 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
------
master

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

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