Remove or downgrade inappropriate log messages at pgpool startup.
authorTatsuo Ishii <ishii@postgresql.org>
Sat, 14 Jun 2025 06:13:30 +0000 (15:13 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Sat, 14 Jun 2025 06:13:30 +0000 (15:13 +0900)
commitbbe93d86b3043335b32325bd04917715a24127c9
tree4d029ba5802f8a3125747928ba17c1e0c4329e46
parent445bfd17504f6315c68fad499188a589a0ed0a78
Remove or downgrade inappropriate log messages at pgpool startup.

- Log regarding total shared memory allocation size was redundant.
- Other logs were too verbose and downgraded to DEBUG1.
src/main/health_check.c
src/main/pgpool_main.c
src/query_cache/pool_memqcache.c