diff options
author | Jan Wieck <JanWieck@Yahoo.com> | 2004-01-24 20:00:46 +0000 |
---|---|---|
committer | Jan Wieck <JanWieck@Yahoo.com> | 2004-01-24 20:00:46 +0000 |
commit | d77b63b17cb34c69b4ace1f4479566b9f9160e2b (patch) | |
tree | 0cb83cec44628e1b8db0bca809a77724af581a91 /src/bin/psql/variables.c | |
parent | 610d33c1949005e9658863441f31083f9f3ceb9b (diff) | |
download | postgresql-d77b63b17cb34c69b4ace1f4479566b9f9160e2b.tar.gz postgresql-d77b63b17cb34c69b4ace1f4479566b9f9160e2b.zip |
Added GUC variable bgwriter_flush_method controlling the action
done by the background writer between writing dirty blocks and
napping.
none (default) no action
sync bgwriter calls smgrsync() causing a sync(2)
A global sync() is only good on dedicated database servers, so
more flush methods should be added in the future.
Jan
Diffstat (limited to 'src/bin/psql/variables.c')
0 files changed, 0 insertions, 0 deletions