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

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

Modified Files
--------------
src/utils/pool_process_reporting.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



More information about the pgpool-committers mailing list