[pgpool-committers: 5590] pgpool: Fix compiler warnings.
Tatsuo Ishii
ishii at sraoss.co.jp
Sat Mar 30 21:00:53 JST 2019
Fix compiler warnings.
To deal with compiler warnings regarding that the return value of
write(2) is ignored, replace it with write_it() which calls write()
and uses the return value from it to print error string when write()
returns error.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=8ebc1cfcf76d8a8f8a0f261fc16df6a763cdd796
Modified Files
--------------
src/tools/pgproto/send.c | 30 ++++++++++++++++++++++++------
1 file changed, 24 insertions(+), 6 deletions(-)
More information about the pgpool-committers
mailing list