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

Tatsuo Ishii ishii at sraoss.co.jp
Sat Dec 24 14:33:23 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_3_STABLE

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

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