Fix maximum length of hostnames including domain name.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Thu, 27 May 2021 10:15:46 +0000 (19:15 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Thu, 27 May 2021 10:22:55 +0000 (19:22 +0900)
commit6cd7ee4de3ba7e2ba63e21690399eeb2c0167d03
treec2e1f8764347ae3a04c0a61e1249c650a9a04446
parentd89546b982c16998604bf24772bd161555f13a49
Fix maximum length of hostnames including domain name.

The maximum length of hostnames was 128, which is not incorrect.
Moreover there were multiple places where the maximum length of hostname is defined.
So create unified definition of it in libpcp_ext.h.

Discussion: https://www.pgpool.net/pipermail/pgpool-hackers/2021-May/003904.html
src/include/pcp/libpcp_ext.h
src/include/pool_config.h