File tree 2 files changed +4
-21
lines changed
2 files changed +4
-21
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
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
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1452,16 +1452,7 @@ Source Code
1452
1452
1453
1453
http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php
1454
1454
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
1465
1456
o Check WSACancelBlockingCall() for interrupts [win32intr]
1466
1457
1467
1458
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< 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
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< 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>
1295
1295
</ li > < li > Improve signal handling
1296
1296
< p > < a href ="http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php "> http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php</ a >
1297
1297
</ 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 >
1307
1299
</ li > < li > Check WSACancelBlockingCall() for interrupts [< a href ="http://momjian.postgresql.org/cgi-bin/pgtodo?win32intr "> win32intr</ a > ]
1308
1300
</ li > </ ul >
1309
1301
</ li > < li > Wire Protocol Changes
You can’t perform that action at this time.
0 commit comments