Issue fsync() when writing pgpool_status.
authorTatsuo Ishii <ishii@postgresql.org>
Thu, 6 Aug 2015 06:15:24 +0000 (15:15 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Thu, 6 Aug 2015 06:15:24 +0000 (15:15 +0900)
commit2af93617bb3f9f1ed4f83dfd206d03803b0deb88
tree24875af01344a642e72c2633e0914766f508ddc0
parent14676afbb7402c8d4b2e7faeaee7712293a53f1f
Issue fsync() when writing pgpool_status.

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