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

Commit 68c7cb5

Browse files
committed
Done:
< 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. Another < option is to wait for the MinGW project to fix it, or use the < code from the LibGW32C project as a guide. < < http://archives.postgresql.org/pgsql-hackers/2006-12/msg00551.php < > o -Add long file support for binary pg_dump output
1 parent 74096ed commit 68c7cb5

File tree

2 files changed

+4
-21
lines changed

2 files changed

+4
-21
lines changed

doc/TODO

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (bruce@momjian.us)
5-
Last updated: Sat Feb 17 20:34:28 EST 2007
5+
Last updated: Mon Feb 19 11:36:11 EST 2007
66

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

14531453
http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php
14541454

1455-
o Add long file support for binary pg_dump output
1456-
1457-
While Win32 supports 64-bit files, the MinGW API does not,
1458-
meaning we have to build an fseeko replacement on top of the
1459-
Win32 API, and we have to make sure MinGW handles it. Another
1460-
option is to wait for the MinGW project to fix it, or use the
1461-
code from the LibGW32C project as a guide.
1462-
1463-
http://archives.postgresql.org/pgsql-hackers/2006-12/msg00551.php
1464-
1455+
o -Add long file support for binary pg_dump output
14651456
o Check WSACancelBlockingCall() for interrupts [win32intr]
14661457

14671458

doc/src/FAQ/TODO.html

Lines changed: 2 additions & 10 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:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Sat Feb 17 20:34:28 EST 2007
11+
Last updated: Mon Feb 19 11:36:11 EST 2007
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>.
@@ -1295,15 +1295,7 @@ <h1><a name="section_21">Source Code</a></h1>
12951295
</li><li>Improve signal handling
12961296
<p> <a href="http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php">http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php</a>
12971297
</p>
1298-
</li><li>Add long file support for binary pg_dump output
1299-
<p> While Win32 supports 64-bit files, the MinGW API does not,
1300-
meaning we have to build an fseeko replacement on top of the
1301-
Win32 API, and we have to make sure MinGW handles it. Another
1302-
option is to wait for the MinGW project to fix it, or use the
1303-
code from the LibGW32C project as a guide.
1304-
</p>
1305-
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-12/msg00551.php">http://archives.postgresql.org/pgsql-hackers/2006-12/msg00551.php</a>
1306-
</p>
1298+
</li><li>-<em>Add long file support for binary pg_dump output</em>
13071299
</li><li>Check WSACancelBlockingCall() for interrupts [<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?win32intr">win32intr</a>]
13081300
</li></ul>
13091301
</li><li>Wire Protocol Changes

0 commit comments

Comments
 (0)