forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdbde225
committed
Adjust initdb to also not consider fsync'ing failures fatal.
Make initdb's version of this logic look as much like the backend'sas possible. This is much less critical than in the backend since notso many people use "initdb -S", but we want the same corner-case errorhandling in both cases.Back-patch to 9.3 where initdb -S option was introduced. Before that,initdb only had to deal with freshly-created data directories, whereinno failures should be expected.Abhijit Menon-Sen1 parenta3ae3db commitdbde225
1 file changed
+155
-151
lines changed0 commit comments
Comments
(0)