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

Commit 8752479

Browse files
committed
Add:
> o Add long file support for binary pg_dump output > > While Win32 supports 64-bit files, the MinGW API does not, > meaning we have to build an fseeko replacement on top of the > Win32 API, and we have to make sure MinGW handles it.
1 parent bedb5fc commit 8752479

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

doc/TODO

Lines changed: 6 additions & 1 deletion
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:14:39 EST 2005
5+
Last updated: Sat Dec 3 23:33:12 EST 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1127,6 +1127,11 @@ Source Code
11271127
o Fix problem with shared memory on the Win32 Terminal Server
11281128
o Improve signal handling,
11291129
http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php
1130+
o Add long file support for binary pg_dump output
1131+
1132+
While Win32 supports 64-bit files, the MinGW API does not,
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.
11301135

11311136

11321137
* Wire Protocol Changes

doc/src/FAQ/TODO.html

Lines changed: 6 additions & 1 deletion
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:14:39 EST 2005
11+
Last updated: Sat Dec 3 23:33:12 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>.
@@ -1022,6 +1022,11 @@ <h1><a name="section_22">Source Code</a></h1>
10221022
</li><li>Fix problem with shared memory on the Win32 Terminal Server
10231023
</li><li>Improve signal handling,
10241024
<a href="http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php">http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php</a>
1025+
</li><li>Add long file support for binary pg_dump output
1026+
<p> While Win32 supports 64-bit files, the MinGW API does not,
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.
1029+
</p>
10251030
</li></ul>
10261031
</li><li>Wire Protocol Changes
10271032
<ul>

0 commit comments

Comments
 (0)