Fix method to run pgindent.
authorTatsuo Ishii <ishii@postgresql.org>
Thu, 17 Jul 2025 09:54:13 +0000 (18:54 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Thu, 17 Jul 2025 09:54:13 +0000 (18:54 +0900)
commit22552cffcc4106af3d9f759b96412a69d94ad237
tree2b2c5f7fa3fb98b5f2a49756846aea29add4320d
parent3cc3d2d848a9e0c0646961ab4fa7904fafac2d5f
Fix method to run pgindent.

Commit fd190f7ea imported pgindent but the method explained in
README.pgpool was wrong. typedefs.list can be generated by using
PostgreSQL's find_typedef. So import find_typedef and remove
unnecessary files. Proper way to run pgindent is explained in
README.pgpool.
src/tools/find_typedef [new file with mode: 0755]
src/tools/pgindent/README.pgpool
src/tools/pgindent/doxygen.list [deleted file]
src/tools/pgindent/make_typedefs.list [deleted file]
src/tools/pgindent/run_pgindent
src/tools/pgindent/typedefs.list