File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5
- Last updated: Mon Jul 25 11:26:58 EDT 2005
5
+ Last updated: Thu Jul 28 23:22:50 EDT 2005
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -791,8 +791,8 @@ Cache Usage
791
791
backends that also have the file open, and the feature is not supported
792
792
on all operating systems.
793
793
794
- * Consider use of open/fcntl(O_DIRECT) to minimize OS caching,
795
- especially for WAL writes
794
+ * - Consider use of open/fcntl(O_DIRECT) to minimize OS caching,
795
+ for WAL writes
796
796
797
797
O_DIRECT doesn't have the same media write guarantees as fsync, so it
798
798
is in addition to the fsync method, not in place of it.
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< p > Current maintainer: Bruce Momjian (< a href ="mailto:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ a > )< br />
11
- Last updated: Mon Jul 25 11:26:58 EDT 2005
11
+ Last updated: Thu Jul 28 23:22:50 EDT 2005
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< a href ="http://www.postgresql.org/docs/faqs.TODO.html "> http://www.postgresql.org/docs/faqs.TODO.html</ a > .
@@ -716,8 +716,8 @@ <h1><a name="section_15">Cache Usage</a></h1>
716
716
backends that also have the file open, and the feature is not supported
717
717
on all operating systems.
718
718
</ p >
719
- </ li > < li > Consider use of open/fcntl(O_DIRECT) to minimize OS caching,
720
- especially for WAL writes
719
+ </ li > < li > - < em > Consider use of open/fcntl(O_DIRECT) to minimize OS caching,</ em >
720
+ for WAL writes
721
721
< p > O_DIRECT doesn't have the same media write guarantees as fsync, so it
722
722
is in addition to the fsync method, not in place of it.
723
723
</ p >
You can’t perform that action at this time.
0 commit comments