Fix compiler warning.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Sat, 24 Dec 2022 03:41:01 +0000 (12:41 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Sat, 24 Dec 2022 05:28:25 +0000 (14:28 +0900)
commit3dce610eca07759b05fd1dd39decd77e235cac13
treed999e2fa567ec914dc4bc707d68bccbe067dcbf4
parent299eaa4c52ea053993fe76e3f3839578425b4aaf
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
src/sql/pgpool-regclass/pgpool-regclass.c