|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Tue Mar 2017:04:41 EST 2001 |
| 3 | +Last updated:Tue Mar 2023:30:04 EST 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -312,7 +312,7 @@ MISCELLANEOUS
|
312 | 312 | * Do async I/O to do better read-ahead of data
|
313 | 313 | * Get faster regex() code from Henry Spencer <henry@zoo.utoronto.ca>
|
314 | 314 | when it is available
|
315 |
| -* Use mmap() rather than SYSV shared memory(?) |
| 315 | +* Use mmap() rather than SYSV shared memory(?) [mmap] |
316 | 316 | * -Make oid use oidin/oidout not int4in/int4out in pg_type.h (Tom)
|
317 | 317 | * Improve Subplan list handling
|
318 | 318 | * Allow Subplans to use efficient joins(hash, merge) with upper variable
|
|