1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-02 11:44:50 +03:00

Remove duplicate:

< * Use BlockNumber rather than int where appropriate
This commit is contained in:
Bruce Momjian 2002-07-11 21:40:20 +00:00
parent 29dfd5fa26
commit ccdb8a8d3a

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Wed Jul 10 22:56:30 EDT 2002 Last updated: Thu Jul 11 17:40:01 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -466,7 +466,6 @@ 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
* 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 PROCLOCK/PROCLOCKTAG (Bruce) * HOLDER/HOLDERTAB rename to PROCLOCK/PROCLOCKTAG (Bruce)
* Remove LockMethodTable.prio field, not used (Bruce) * Remove LockMethodTable.prio field, not used (Bruce)