[pgpool-committers: 7712] pgpool: Fix warning on elog format.
Tatsuo Ishii
ishii at sraoss.co.jp
Thu May 13 20:55:35 JST 2021
Fix warning on elog format.
In file included from main/pgpool_main.c:53:0:
main/pgpool_main.c: In function ‘initialize_shared_mem_objects’:
main/pgpool_main.c:3664:12: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘size_t {aka long unsigned int}’ [-Wformat=]
Branch
------
V4_0_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=3f5230fbe6cdd56034d34d93e896b50e0e946629
Modified Files
--------------
src/main/pgpool_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the pgpool-committers
mailing list