mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Update TODO list.
This commit is contained in:
parent
0386ccfed1
commit
cc4eea8fe1
4
doc/TODO
4
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Sat Sep 29 20:43:59 EDT 2001
|
Last updated: Sat Sep 29 20:46:02 EDT 2001
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -336,7 +336,7 @@ SOURCE CODE
|
|||||||
* Make sure all block numbers are unsigned to increase maximum table size
|
* Make sure all block numbers are unsigned to increase maximum table size
|
||||||
* Use BlockNumber rather than int where appropriate
|
* Use BlockNumber rather than int where appropriate
|
||||||
* Merge LockMethodCtl and LockMethodTable into one shared structure (Bruce)
|
* Merge LockMethodCtl and LockMethodTable into one shared structure (Bruce)
|
||||||
* HOLDER/HOLDERTAB rename to PROCLOCKLINK/PROCLOCKLINKTAG (Bruce)
|
* HOLDER/HOLDERTAB rename to PROCLOCK/PROCLOCKTAG (Bruce)
|
||||||
* Add version file format stamp to heap and other table types
|
* Add version file format stamp to heap and other table types
|
||||||
* -Make elog(LOG) in WAL its own output type, distinct from DEBUG (Peter E)
|
* -Make elog(LOG) in WAL its own output type, distinct from DEBUG (Peter E)
|
||||||
* Rename some /contrib modules from pg* to pg_*
|
* Rename some /contrib modules from pg* to pg_*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user