diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2015-05-29 13:05:16 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2015-05-29 13:05:16 -0400 |
commit | c07d8c963e39980f192e8daca73b7585ef76cc9b (patch) | |
tree | 02d621bedd912c7813494dddf946df048c62b6e8 /src/backend/access/gist/gist.c | |
parent | da33a3894e0fc440ac53cdc0f2e360e703b13b8c (diff) | |
download | postgresql-c07d8c963e39980f192e8daca73b7585ef76cc9b.tar.gz postgresql-c07d8c963e39980f192e8daca73b7585ef76cc9b.zip |
Adjust initdb to also not consider fsync'ing failures fatal.
Make initdb's version of this logic look as much like the backend's
as possible. This is much less critical than in the backend since not
so many people use "initdb -S", but we want the same corner-case error
handling 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, wherein
no failures should be expected.
Abhijit Menon-Sen
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions