diff options
author | Bruce Momjian | 2006-06-14 18:39:18 +0000 |
---|---|---|
committer | Bruce Momjian | 2006-06-14 18:39:18 +0000 |
commit | 9ae8690ad2b9b9a5016c0ec2ed57675378d1c772 (patch) | |
tree | f432551df6401f3ea4aee520ea30e9e2c4861650 | |
parent | f944f88021226a8bb291208956d98eeea980b5c8 (diff) |
Update link to TODO.detail:
< o Check WSACancelBlockingCall() for interrupts (win32intr)
> o Check WSACancelBlockingCall() for interrupts [win32intr]
-rw-r--r-- | doc/TODO | 4 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Wed Jun 14 14:36:51 EDT 2006 +Last updated: Wed Jun 14 14:39:03 EDT 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -1335,7 +1335,7 @@ Source Code code from the LibGW32C project as a guide. o Port contrib/xml2 - o Check WSACancelBlockingCall() for interrupts (win32intr) + o Check WSACancelBlockingCall() for interrupts [win32intr] * Wire Protocol Changes diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 6af4a6f78d2..0ba00e3df42 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@ <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <h1><a name="section_1">PostgreSQL TODO List</a></h1> <p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/> -Last updated: Wed Jun 14 14:36:51 EDT 2006 +Last updated: Wed Jun 14 14:39:03 EDT 2006 </p> <p>The most recent version of this document can be viewed at<br/> <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. @@ -1201,7 +1201,7 @@ first. code from the LibGW32C project as a guide. </p> </li><li>Port contrib/xml2 - </li><li>Check WSACancelBlockingCall() for interrupts (win32intr) + </li><li>Check WSACancelBlockingCall() for interrupts [<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?win32intr">win32intr</a>] </li></ul> </li><li>Wire Protocol Changes <ul> |