[pgpool-committers: 7863] pgpool: Fix the width of some struct member of LifeCheckNode.
Tatsuo Ishii
ishii at sraoss.co.jp
Thu Jun 24 16:15:00 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
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=cda1061ae47773ec92ec066d3d3eefdd22e6d84b
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