1
0
mirror of https://github.com/postgres/postgres.git synced 2026-01-05 23:38:41 +03:00

Add URL for:

o Add long file support for binary pg_dump output
>
> 	  http://archives.postgresql.org/pgsql-hackers/2006-12/msg00551.php
This commit is contained in:
Bruce Momjian
2007-02-01 19:13:56 +00:00
parent 8b4ff8b6a1
commit db047e571d
2 changed files with 6 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
Last updated: Wed Jan 31 23:51:22 EST 2007
Last updated: Thu Feb 1 14:13:48 EST 2007
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1403,6 +1403,8 @@ Source Code
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 Check WSACancelBlockingCall() for interrupts [win32intr]