Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9d25b39

Browse files
committed
Add:
> * Reorder postgresql.conf WAL items in order of importance> * Remove wal_files postgresql.conf option because WAL files are now recycled> * Find proper defaults for postgresql.conf WAL entries> * Add checkpoint_min_warning postgresql.conf option to warn about checkpoints> that are too frequent
1 parenta7b7241 commit9d25b39

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

‎doc/TODO

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated:Tue Jan22 17:22:16 EST 2002
3+
Last updated:Wed Jan23 11:12:42 EST 2002
44

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

@@ -410,6 +410,11 @@ WRITE-AHEAD LOG
410410
partial page writes
411411
* Turn off after-change writes if fsync is disabled (?)
412412
* Add WAL index reliability improvement to non-btree indexes
413+
* Reorder postgresql.conf WAL items in order of importance
414+
* Remove wal_files postgresql.conf option because WAL files are now recycled
415+
* Find proper defaults for postgresql.conf WAL entries
416+
* Add checkpoint_min_warning postgresql.conf option to warn about checkpoints
417+
that are too frequent
413418

414419
OPTIMIZER/EXECUTOR
415420

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp