Skip to content

Commit 3ef4925

Browse files
committed
Re-order items:
> * Consider use of open/fctl(O_DIRECT) to minimize OS caching > * Make blind writes go through the file descriptor cache 391d392 < * Make blind writes go through the file descriptor cache 409d409 < * Consider use of open/fctl(O_DIRECT) to minimize OS caching
1 parent 7a38672 commit 3ef4925

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/TODO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Fri Jan 4 16:08:21 EST 2002
3+
Last updated: Fri Jan 4 16:32:12 EST 2002
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -359,6 +359,8 @@ CACHE
359359
* Shared catalog cache, reduce lseek()'s by caching table size in shared area
360360
* Add free-behind capability for large sequential scans (Bruce)
361361
* Allow binding query args over FE/BE protocol
362+
* Consider use of open/fctl(O_DIRECT) to minimize OS caching
363+
* Make blind writes go through the file descriptor cache
362364

363365
VACUUM
364366

@@ -388,7 +390,6 @@ MISCELLANEOUS
388390
* Allow persistent backends [persistent]
389391
* Create a transaction processor to aid in persistent connections and
390392
connection pooling
391-
* Make blind writes go through the file descriptor cache
392393
* Allow logging of query durations
393394
* Add hash for evaluating GROUP BY aggregates
394395
* -Read pg_hba.conf only on postmaster startup or SIGHUP (Bruce)
@@ -406,7 +407,6 @@ MISCELLANEOUS
406407
evaluated only once or once per query
407408
* Change FIXED_CHAR_SEL to 0.20 from 0.04 to give better selectivity (Bruce)
408409
* Make locking of shared data structures more fine-grained
409-
* Consider use of open/fctl(O_DIRECT) to minimize OS caching
410410

411411
SOURCE CODE
412412
-----------

0 commit comments

Comments
 (0)