diff options
author | Thomas Munro <tmunro@postgresql.org> | 2019-02-24 13:38:15 +1300 |
---|---|---|
committer | Thomas Munro <tmunro@postgresql.org> | 2019-02-24 22:43:54 +1300 |
commit | 30dcb6270c915691fb82477f6b3c489977cae050 (patch) | |
tree | ee7cdf201e51db64a1cdd77696c9b58fafb16079 /src/backend/access/gist/gistsplit.c | |
parent | 07fba9ad9b71c87a63f87a0ff16b6165ff08fc5e (diff) | |
download | postgresql-30dcb6270c915691fb82477f6b3c489977cae050.tar.gz postgresql-30dcb6270c915691fb82477f6b3c489977cae050.zip |
Tolerate ENOSYS failure from sync_file_range().
One unintended consequence of commit 9ccdd7f6 was that Windows WSL
users started getting a panic whenever we tried to initiate data
flushing with sync_file_range(), because WSL does not implement that
system call. Previously, they got a stream of periodic warnings,
which was also undesirable but at least ignorable.
Prevent the panic by handling ENOSYS specially and skipping the panic
promotion with data_sync_elevel(). Also suppress future attempts
after the first such failure so that the pre-existing problem of
noisy warnings is improved.
Back-patch to 9.6 (older branches were not affected in this way by
9ccdd7f6).
Author: Thomas Munro and James Sewell
Tested-by: James Sewell
Reported-by: Bruce Klein
Discussion: https://postgr.es/m/CA+mCpegfOUph2U4ZADtQT16dfbkjjYNJL1bSTWErsazaFjQW9A@mail.gmail.com
Diffstat (limited to 'src/backend/access/gist/gistsplit.c')
0 files changed, 0 insertions, 0 deletions