File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
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: Sat Dec 3 23:33:12 EST 2005
5
+ Last updated: Sun Dec 4 16:13:39 EST 2005
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.
@@ -1131,7 +1131,9 @@ Source Code
1131
1131
1132
1132
While Win32 supports 64-bit files, the MinGW API does not,
1133
1133
meaning we have to build an fseeko replacement on top of the
1134
- Win32 API, and we have to make sure MinGW handles it.
1134
+ Win32 API, and we have to make sure MinGW handles it. Another
1135
+ option is to wait for the MinGW project to fix it, or use the
1136
+ code from the LibGW32C project as a guide.
1135
1137
1136
1138
1137
1139
* Wire Protocol Changes
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: Sat Dec 3 23:33:12 EST 2005
11
+ Last updated: Sun Dec 4 16:13:39 EST 2005
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 > .
@@ -1025,7 +1025,9 @@ <h1><a name="section_22">Source Code</a></h1>
1025
1025
</ li > < li > Add long file support for binary pg_dump output
1026
1026
< p > While Win32 supports 64-bit files, the MinGW API does not,
1027
1027
meaning we have to build an fseeko replacement on top of the
1028
- Win32 API, and we have to make sure MinGW handles it.
1028
+ Win32 API, and we have to make sure MinGW handles it. Another
1029
+ option is to wait for the MinGW project to fix it, or use the
1030
+ code from the LibGW32C project as a guide.
1029
1031
</ p >
1030
1032
</ li > </ ul >
1031
1033
</ li > < li > Wire Protocol Changes
You can’t perform that action at this time.
0 commit comments