File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5
- Last updated: Tue Jun 6 12:27:12 EDT 2006
5
+ Last updated: Wed Jun 7 16:38:59 EDT 2006
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1239,6 +1239,10 @@ Source Code
1239
1239
* Rename some /contrib modules from pg* to pg_*
1240
1240
* Move some things from /contrib into main tree
1241
1241
* Move some /contrib modules out to their own project sites
1242
+
1243
+ Particularly, move GPL-licensed /contrib/userlock and
1244
+ /contrib/dbmirror/clean_pending.pl.
1245
+
1242
1246
* %Remove warnings created by -Wcast-align
1243
1247
* Move platform-specific ps status display info from ps_status.c to ports
1244
1248
* Add optional CRC checksum to heap and index pages
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< p > Current maintainer: Bruce Momjian (< a href ="mailto:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ a > )< br />
11
- Last updated: Tue Jun 6 12:27:12 EDT 2006
11
+ Last updated: Wed Jun 7 16:38:59 EDT 2006
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< a href ="http://www.postgresql.org/docs/faqs.TODO.html "> http://www.postgresql.org/docs/faqs.TODO.html</ a > .
@@ -1119,6 +1119,9 @@ <h1><a name="section_22">Source Code</a></h1>
1119
1119
</ li > < li > Rename some /contrib modules from pg* to pg_*
1120
1120
</ li > < li > Move some things from /contrib into main tree
1121
1121
</ li > < li > Move some /contrib modules out to their own project sites
1122
+ < p > Particularly, move GPL-licensed /contrib/userlock and
1123
+ /contrib/dbmirror/clean_pending.pl.
1124
+ </ p >
1122
1125
</ li > < li > %Remove warnings created by -Wcast-align
1123
1126
</ li > < li > Move platform-specific ps status display info from ps_status.c to ports
1124
1127
</ li > < li > Add optional CRC checksum to heap and index pages
You can’t perform that action at this time.
0 commit comments