mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-21 03:13:05 +08:00
Update tablespace temp usage item:
< This perhaps should use a round-robin allocation system where several < tablespaces are used in a cycle. The cycle pointer should be global. > It could start with a random tablespace from a supplied list and cycle > through the list.
This commit is contained in:
parent
f6b4707f1b
commit
a809899680
6
doc/TODO
6
doc/TODO
@ -5,7 +5,7 @@ TODO list for PostgreSQL
|
|||||||
Bracketed items "[]" have more detail.
|
Bracketed items "[]" have more detail.
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
Last updated: Wed Nov 3 14:37:57 EST 2004
|
Last updated: Wed Nov 3 17:20:38 EST 2004
|
||||||
|
|
||||||
The most recent version of this document can be viewed at the PostgreSQL web
|
The most recent version of this document can be viewed at the PostgreSQL web
|
||||||
site, http://www.PostgreSQL.org.
|
site, http://www.PostgreSQL.org.
|
||||||
@ -72,8 +72,8 @@ Administration
|
|||||||
* Add a GUC variable to control the tablespace for temporary objects and
|
* Add a GUC variable to control the tablespace for temporary objects and
|
||||||
sort files
|
sort files
|
||||||
|
|
||||||
This perhaps should use a round-robin allocation system where several
|
It could start with a random tablespace from a supplied list and cycle
|
||||||
tablespaces are used in a cycle. The cycle pointer should be global.
|
through the list.
|
||||||
|
|
||||||
* Add "include file" functionality in postgresql.conf
|
* Add "include file" functionality in postgresql.conf
|
||||||
* Add session start time and last statement time to pg_stat_activity
|
* Add session start time and last statement time to pg_stat_activity
|
||||||
|
Loading…
Reference in New Issue
Block a user