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.
This commit is contained in:
parent
8752479dfc
commit
99552287e1
6
doc/TODO
6
doc/TODO
@ -2,7 +2,7 @@
|
|||||||
PostgreSQL TODO List
|
PostgreSQL TODO List
|
||||||
====================
|
====================
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
Last updated: Sat Dec 3 23:33:12 EST 2005
|
Last updated: Sun Dec 4 16:13:39 EST 2005
|
||||||
|
|
||||||
The most recent version of this document can be viewed at
|
The most recent version of this document can be viewed at
|
||||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||||
@ -1131,7 +1131,9 @@ Source Code
|
|||||||
|
|
||||||
While Win32 supports 64-bit files, the MinGW API does not,
|
While Win32 supports 64-bit files, the MinGW API does not,
|
||||||
meaning we have to build an fseeko replacement on top of the
|
meaning we have to build an fseeko replacement on top of the
|
||||||
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.
|
||||||
|
|
||||||
|
|
||||||
* Wire Protocol Changes
|
* Wire Protocol Changes
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
||||||
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
|
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
|
||||||
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
|
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
|
||||||
Last updated: Sat Dec 3 23:33:12 EST 2005
|
Last updated: Sun Dec 4 16:13:39 EST 2005
|
||||||
</p>
|
</p>
|
||||||
<p>The most recent version of this document can be viewed at<br/>
|
<p>The most recent version of this document can be viewed at<br/>
|
||||||
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
||||||
@ -1025,7 +1025,9 @@ first.
|
|||||||
</li><li>Add long file support for binary pg_dump output
|
</li><li>Add long file support for binary pg_dump output
|
||||||
<p> While Win32 supports 64-bit files, the MinGW API does not,
|
<p> While Win32 supports 64-bit files, the MinGW API does not,
|
||||||
meaning we have to build an fseeko replacement on top of the
|
meaning we have to build an fseeko replacement on top of the
|
||||||
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.
|
||||||
</p>
|
</p>
|
||||||
</li></ul>
|
</li></ul>
|
||||||
</li><li>Wire Protocol Changes
|
</li><li>Wire Protocol Changes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user