Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9955228

Browse files
committed
Update:
< Win32 API, and we have to make sure MinGW handles it. > Win32 API, and we have to make sure MinGW handles it. Another > option is to wait for the MinGW project to fix it, or use the > code from the LibGW32C project as a guide.
1 parent 8752479 commit 9955228

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

doc/TODO

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
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
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1131,7 +1131,9 @@ Source Code
11311131

11321132
While Win32 supports 64-bit files, the MinGW API does not,
11331133
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.
11351137

11361138

11371139
* Wire Protocol Changes

doc/src/FAQ/TODO.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<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
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<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>
10251025
</li><li>Add long file support for binary pg_dump output
10261026
<p> While Win32 supports 64-bit files, the MinGW API does not,
10271027
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.
10291031
</p>
10301032
</li></ul>
10311033
</li><li>Wire Protocol Changes

0 commit comments

Comments
 (0)