[pgpool-committers: 2656] pgpool: Fix compiler warning.

Tatsuo Ishii ishii at postgresql.org
Mon Aug 24 11:56:31 JST 2015


Fix compiler warning.

Since memqcache_total_size is 64bit integer, the format string should
be %ld, rather than %d.

Branch
------
V3_2_STABLE

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

Modified Files
--------------
pool_process_reporting.c |    4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)



More information about the pgpool-committers mailing list