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

Commit 8a04a1d

Browse files
committed
Add:
> > o Prevent SSL from sending network packets to avoid interference > with Win32 signal emulation > > http://archives.postgresql.org/pgsql-hackers/2007-12/msg00455.php
1 parent 35ea0a9 commit 8a04a1d

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

doc/TODO

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL TODO List
22
====================
33
Current maintainer: Bruce Momjian (bruce@momjian.us)
4-
Last updated: Tue Mar 18 19:35:12 EDT 2008
4+
Last updated: Fri Mar 21 15:34:26 EDT 2008
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1760,6 +1760,11 @@ Source Code
17601760

17611761
http://archives.postgresql.org/pgsql-hackers/2007-08/msg00961.php
17621762

1763+
o Prevent SSL from sending network packets to avoid interference
1764+
with Win32 signal emulation
1765+
1766+
http://archives.postgresql.org/pgsql-hackers/2007-12/msg00455.php
1767+
17631768

17641769

17651770
* Wire Protocol Changes

doc/src/FAQ/TODO.html

Lines changed: 5 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:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Tue Mar 18 19:35:12 EDT 2008
11+
Last updated: Fri Mar 21 15:34:26 EDT 2008
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>.
@@ -1521,6 +1521,10 @@ <h1><a name="section_22">Source Code</a></h1>
15211521
</p>
15221522
</li><li>Convert MSVC build system to remove most batch files
15231523
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-08/msg00961.php">http://archives.postgresql.org/pgsql-hackers/2007-08/msg00961.php</a>
1524+
</p>
1525+
</li><li>Prevent SSL from sending network packets to avoid interference
1526+
with Win32 signal emulation
1527+
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-12/msg00455.php">http://archives.postgresql.org/pgsql-hackers/2007-12/msg00455.php</a>
15241528
</p>
15251529
</li></ul>
15261530
</li><li>Wire Protocol Changes

0 commit comments

Comments
 (0)