Issue fsync() when writing pgpool_status.
authorTatsuo Ishii <ishii@postgresql.org>
Thu, 6 Aug 2015 04:02:42 +0000 (13:02 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Thu, 6 Aug 2015 06:01:23 +0000 (15:01 +0900)
commitba24a708ed61d6a5fa296451b194c4b448ed5966
treec2ad2df935c1f417f31c9860dde543560c73f15a
parent95e2493265407975011dbfea83598661b153d5e2
Issue fsync() when writing pgpool_status.

This ensures that pgpool_status is saved to permanent storage and
allow to survive after system crash.
src/main/pgpool_main.c