Skip to content
Snippets Groups Projects
Commit fb94c09a authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Done:

> * -Make sure all block numbers are unsigned to increase maximum table size
parent a9f6c5b5
No related branches found
No related tags found
No related merge requests found
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Wed Jul 17 18:14:22 EDT 2002 Last updated: Thu Jul 18 01:01:32 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -466,7 +466,7 @@ Source Code ...@@ -466,7 +466,7 @@ Source Code
* Add use of 'const' for variables in source tree * Add use of 'const' for variables in source tree
* -Fix problems with libpq non-blocking/async code * -Fix problems with libpq non-blocking/async 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
* Merge LockMethodCtl and LockMethodTable into one shared structure (Bruce) * Merge LockMethodCtl and LockMethodTable into one shared structure (Bruce)
* HOLDER/HOLDERTAB rename to PROCLOCK/PROCLOCKTAG (Bruce) * HOLDER/HOLDERTAB rename to PROCLOCK/PROCLOCKTAG (Bruce)
* Remove LockMethodTable.prio field, not used (Bruce) * Remove LockMethodTable.prio field, not used (Bruce)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment