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

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

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

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