mkabilov / logical_backup

[WIP] Continuous backup of the tables using PostgreSQL logical replication
MIT License
9 stars 3 forks source link

Do Panic on errors with fsync() and possibly close() #52

Open alexeyklyukin opened 5 years ago

alexeyklyukin commented 5 years ago

We need to do this to avoid silently loosing data. See https://www.postgresql.org/message-id/flat/CAMsr%2BYHh%2B5Oq4xziwwoEfhoTZgr07vdGG%2Bhu%3D1adXx59aTeaoQ%40mail.gmail.com (the same reasons apply to the this application).