[pgpool-committers: 2659] 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_3_STABLE
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=38f32c8f1c5bd27713e141dd294af5a2a98ee649
Modified Files
--------------
pool_process_reporting.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
More information about the pgpool-committers
mailing list