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

Commitc1fad34

Browse files
committed
Add:
> * Automatically place fixed-width, NOT NULL columns first in a table
1 parente8902f0 commitc1fad34

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎doc/TODO

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated:Fri Jun27 00:35:34 EDT 2003
3+
Last updated:Sat Jun28 14:05:02 EDT 2003
44

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

@@ -354,6 +354,7 @@ Cache
354354
* Consider use of open/fcntl(O_DIRECT) to minimize OS caching
355355
* Make blind writes go through the file descriptor cache
356356
* Cache last known per-tuple offsets to speed long tuple access
357+
* Automatically place fixed-width, NOT NULL columns first in a table
357358
* Consider using MVCC to cache count(*) queries with no WHERE clause
358359

359360

@@ -462,7 +463,7 @@ Source Code
462463
* Acquire lock on a relation before building a relcache entry for it
463464
* Research interaction of setitimer() and sleep() used by statement_timeout
464465
* Add checks for fclose() failure
465-
* Change CVS $Id: TODO,v 1.1088 2003/06/27 04:35:41 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1088 2003/06/27 04:35:41 momjian Exp $
466+
* Change CVS $Id: TODO,v 1.1089 2003/06/28 18:05:12 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1089 2003/06/28 18:05:12 momjian Exp $
466467
* Exit postmaster if postgresql.conf can not be opened
467468
* Rename /scripts directory because they are all C programs now
468469
* Allow the regression tests to start postmaster with -i so the tests

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp