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

Commit d2eb1d1

Browse files
committed
Add for Win32:
> o Check WSACancelBlockingCall() for interrupts (win32intr) >
1 parent 07408e8 commit d2eb1d1

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

doc/TODO

+4-2
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: Mon Mar 6 10:13:39 EST 2006
5+
Last updated: Mon Mar 6 10:19:42 EST 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -689,7 +689,7 @@ Clients
689689
o Add COPY TO STDIN / STDOUT handling
690690

691691

692-
libpq
692+
* libpq
693693

694694
o Add a function to support Parse/DescribeStatement capability
695695
o Add PQescapeIdentifier()
@@ -1206,6 +1206,8 @@ Source Code
12061206
code from the LibGW32C project as a guide.
12071207

12081208
o Port contrib/xml2
1209+
o Check WSACancelBlockingCall() for interrupts (win32intr)
1210+
12091211

12101212
* Wire Protocol Changes
12111213

doc/src/FAQ/TODO.html

+9-9
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: Mon Mar 6 10:13:39 EST 2006
11+
Last updated: Mon Mar 6 10:19:42 EST 2006
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>.
@@ -628,17 +628,15 @@ <h1><a name="section_9">Clients</a></h1>
628628
</li><li>Add internationalized message strings
629629
</li><li>Add COPY TO STDIN / STDOUT handling
630630
</li></ul>
631-
</li></ul>
632-
<p>libpq
633-
</p>
634-
<ul>
635-
<li>Add a function to support Parse/DescribeStatement capability
636-
</li><li>Add PQescapeIdentifier()
637-
</li><li>Prevent PQfnumber() from lowercasing unquoted the column name
631+
</li><li>libpq
632+
<ul>
633+
<li>Add a function to support Parse/DescribeStatement capability
634+
</li><li>Add PQescapeIdentifier()
635+
</li><li>Prevent PQfnumber() from lowercasing unquoted the column name
638636
<p> PQfnumber() should never have been doing lowercasing, but
639637
historically it has so we need a way to prevent it
640638
</p>
641-
</li><li>Allow statement results to be automatically batched to the client
639+
</li><li>Allow statement results to be automatically batched to the client
642640
<p> Currently, all statement results are transferred to the libpq
643641
client before libpq makes the results available to the
644642
application. This feature would allow the application to make
@@ -647,6 +645,7 @@ <h1><a name="section_9">Clients</a></h1>
647645
One complexity is that a statement like SELECT 1/col could error
648646
out mid-way through the result set.
649647
</p>
648+
</li></ul>
650649
</li></ul>
651650
<h1><a name="section_10">Referential Integrity</a></h1>
652651

@@ -1095,6 +1094,7 @@ <h1><a name="section_22">Source Code</a></h1>
10951094
code from the LibGW32C project as a guide.
10961095
</p>
10971096
</li><li>Port contrib/xml2
1097+
</li><li>Check WSACancelBlockingCall() for interrupts (win32intr)
10981098
</li></ul>
10991099
</li><li>Wire Protocol Changes
11001100
<ul>

0 commit comments

Comments
 (0)