diff options
author | Magnus Hagander <magnus@hagander.net> | 2008-05-14 14:02:57 +0000 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2008-05-14 14:02:57 +0000 |
commit | 9bf1db04c0acb50ceb3cddf531b67abb1aaf0c14 (patch) | |
tree | 271c036a0260197d32baeedd9e41460208a9c5a7 /src/backend/tcop/postgres.c | |
parent | 14e6858ff41eea906b8a078c858025bb9e8fa9df (diff) | |
download | postgresql-9bf1db04c0acb50ceb3cddf531b67abb1aaf0c14.tar.gz postgresql-9bf1db04c0acb50ceb3cddf531b67abb1aaf0c14.zip |
Remove the special variable for open_sync_bit used in O_SYNC and O_DSYNC
modes, replacing it with a call to a function that derives it from the
sync_method variable, now that it has distinct values for these two cases.
This means that assign_xlog_sync_method() no longer changes any settings,
thus fixing the bug introduced in the change to use a guc enum for
wal_sync_method.
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions