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

Commit5b49f90

Browse files
committed
Add:
> * Maintain a map of recently-expired of pages so vacuum can reclaim> free space without a sequential scan
1 parent04aabb0 commit5b49f90

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎doc/TODO

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated:Thu Sep 4 22:20:40 EDT 2003
3+
Last updated:Thu Sep 4 22:51:54 EDT 2003
44

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

@@ -394,6 +394,8 @@ Vacuum
394394
* Provide automatic running of vacuum in the background in backend
395395
rather than in /contrib [vacuum]
396396
* Allow free space map to be auto-sized or warn when it is too small
397+
* Maintain a map of recently-expired of pages so vacuum can reclaim
398+
free space without a sequential scan
397399

398400

399401
Locking
@@ -492,7 +494,7 @@ Source Code
492494
* Acquire lock on a relation before building a relcache entry for it
493495
* Research interaction of setitimer() and sleep() used by statement_timeout
494496
* Add checks for fclose() failure
495-
* Change CVS $Id: TODO,v 1.1130 2003/09/05 02:20:50 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1130 2003/09/05 02:20:50 momjian Exp $
497+
* Change CVS $Id: TODO,v 1.1131 2003/09/05 02:51:55 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1131 2003/09/05 02:51:55 momjian Exp $
496498
* Exit postmaster if postgresql.conf can not be opened
497499
* Rename /scripts directory because they are all C programs now
498500
* Allow the regression tests to start postmaster with -i so the tests

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp