[pgpool-committers: 2657] 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_4_STABLE
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=396906165b79c47709f8106f631726f6f632e271
Modified Files
--------------
src/utils/pool_process_reporting.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the pgpool-committers
mailing list