[pgpool-committers: 7862] pgpool: Fix the width of some struct member of LifeCheckNode.
Tatsuo Ishii
ishii at sraoss.co.jp
Thu Jun 24 16:14:56 JST 2021
Fix the width of some struct member of LifeCheckNode.
They were defined using constant numbers. Use more appropriate #define
symbols to make them consistent with other declarations.
The issue was detected by a Coverity run.
Also fix copyright year.
Branch
------
V4_2_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=98eeda7f94ccb05098942273ea8c705070ad070b
Modified Files
--------------
src/include/watchdog/wd_lifecheck.h | 6 +++---
src/tools/watchdog/wd_cli.c | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
More information about the pgpool-committers
mailing list