[pgpool-committers: 6839] pgpool: Fix lazy coding of ereport in pgpool_adm extension.

Tatsuo Ishii ishii at sraoss.co.jp
Tue Jul 7 12:47:04 JST 2020


Fix lazy coding of ereport in pgpool_adm extension.

Before it was coded that ereport's "domain" parameters were just "0".
This generated lots of compiler warning. To fix this give plausible
error codes to each ereport call.

Branch
------
V4_1_STABLE

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

Modified Files
--------------
src/sql/pgpool_adm/pgpool_adm.c | 29 +++++++++++++++--------------
1 file changed, 15 insertions(+), 14 deletions(-)



More information about the pgpool-committers mailing list