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

Tatsuo Ishii ishii at sraoss.co.jp
Tue Jul 7 12:46:47 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
------
V3_6_STABLE

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

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