aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeRecursiveunion.c
diff options
context:
space:
mode:
authorThomas Munro <tmunro@postgresql.org>2021-02-15 15:43:39 +1300
committerThomas Munro <tmunro@postgresql.org>2021-02-15 16:06:18 +1300
commita27f3a7f4159c5afaf33932df16ca4fed6689c06 (patch)
treefb85f43ec789cdd3ff4b03524c5838aafe10b81a /src/backend/executor/nodeRecursiveunion.c
parent840eda04ebc99ce211ffd11946a59ad43c42bfa6 (diff)
downloadpostgresql-a27f3a7f4159c5afaf33932df16ca4fed6689c06.tar.gz
postgresql-a27f3a7f4159c5afaf33932df16ca4fed6689c06.zip
Default to wal_sync_method=fdatasync on FreeBSD.
FreeBSD 13 gained O_DSYNC, which would normally cause wal_sync_method to choose open_datasync as its default value. That may not be a good choice for all systems, and performs worse than fdatasync in some scenarios. Let's preserve the existing default behavior for now. Like commit 576477e73c4, which did the same for Linux, back-patch to all supported releases. Discussion: https://postgr.es/m/CA%2BhUKGLsAMXBQrCxCXoW-JsUYmdOL8ALYvaX%3DCrHqWxm-nWbGA%40mail.gmail.com
Diffstat (limited to 'src/backend/executor/nodeRecursiveunion.c')
0 files changed, 0 insertions, 0 deletions