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

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

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

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