[pgpool-committers: 9006] pgpool: Fix compiler warning.

Tatsuo Ishii ishii at sraoss.co.jp
Sat Dec 24 14:33:09 JST 2022


Fix compiler warning.

pgpool-regclass.c needed to include "utils/varlena.h".  Also sort out
the header files order (except postgres.h which needs to be appear at
the top among PostgreSQL header files).

The compiler warning was reported by Florian Weimer.
https://www.pgpool.net/pipermail/pgpool-hackers/2022-December/004241.html

Branch
------
V4_1_STABLE

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

Modified Files
--------------
src/sql/pgpool-regclass/pgpool-regclass.c | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)



More information about the pgpool-committers mailing list