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

Commit3bf4e41

Browse files
committed
Add:
<881a881,882> o Improve xid wraparound detection by recording per-table rather> than per-database
1 parent2d6c375 commit3bf4e41

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

‎doc/TODO

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated:Mon Jul4 13:43:32 EDT 2005
5+
Last updated:Tue Jul5 15:37:49 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -228,7 +228,6 @@ Data Types
228228
only be set at the pg_largeobject table level.
229229

230230
o Auto-delete large objects when referencing row is deleted
231-
232231
o Allow read/write into TOAST values like large objects
233232

234233
This requires the TOAST column to be stored EXTERNAL.
@@ -879,6 +878,8 @@ Vacuum
879878
o Move into the backend code
880879
o Use free-space map information to guide refilling
881880
o Do VACUUM FULL if table is nearly empty?
881+
o Improve xid wraparound detection by recording per-table rather
882+
than per-database
882883

883884

884885
Locking

‎doc/src/FAQ/TODO.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated:Mon Jul4 13:43:32 EDT 2005
11+
Last updated:Tue Jul5 15:37:49 EDT 2005
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -793,6 +793,8 @@ <h1><a name="section_16">Vacuum</a></h1>
793793
<li>Move into the backend code
794794
</li><li>Use free-space map information to guide refilling
795795
</li><li>Do VACUUM FULL if table is nearly empty?
796+
</li><li>Improve xid wraparound detection by recording per-table rather
797+
than per-database
796798
</li></ul>
797799
</li></ul>
798800
<h1><aname="section_17">Locking</a></h1>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp