[pgpool-committers: 8357] pgpool: Fix integer overflow problem in streaming delay check worker pr

Tatsuo Ishii ishii at sraoss.co.jp
Wed Feb 2 11:21:00 JST 2022


Fix integer overflow problem in streaming delay check worker process.

Per Coverity. Also use uint64 and UINT64_FORMAT for consistency.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=0e2eb406d49e7d9ff4129a3f2d7a7d0c35a4be79

Modified Files
--------------
src/streaming_replication/pool_worker_child.c | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)



More information about the pgpool-committers mailing list