Fix to use forward declation of a variable.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Thu, 22 Feb 2024 11:35:36 +0000 (20:35 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Thu, 22 Feb 2024 11:39:38 +0000 (20:39 +0900)
commit55677baee4184398f7a965f55df410e75906e20a
treed88c0c07ca1b160adbff280b427da96ac16f91f0
parent85570e175ab6bb545b5a85eb8ed0f9373c3a0447
Fix to use forward declation of a variable.

It is required by our coding standard (we follow PostgreSQL's coding
standard). Also fix small typo.
src/main/pgpool_main.c