diff options
author | Bruce Momjian <bruce@momjian.us> | 2008-03-22 23:49:22 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2008-03-22 23:49:22 +0000 |
commit | 80ee184923eef2b0f87a28ff8d356cd557fe43ec (patch) | |
tree | 1e329d657cdabf4fa676197615e40fbc9d03bf1f | |
parent | 6e6c6d4412400d860ac69772b983712a7a47ca33 (diff) | |
download | postgresql-80ee184923eef2b0f87a28ff8d356cd557fe43ec.tar.gz postgresql-80ee184923eef2b0f87a28ff8d356cd557fe43ec.zip |
Add to Win32 TODO
>
> o Support pgxs
-rw-r--r-- | doc/TODO | 4 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 3 |
2 files changed, 5 insertions, 2 deletions
@@ -1,7 +1,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Sat Mar 22 19:46:58 EDT 2008 +Last updated: Sat Mar 22 19:49:16 EDT 2008 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -1791,6 +1791,8 @@ Source Code http://archives.postgresql.org/pgsql-hackers/2007-12/msg00455.php + o Support pgxs + * Wire Protocol Changes diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 53e94fd8483..30d0c15bd8b 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:bruce@momjian.us">bruce@momjian.us</a>)<br/> -Last updated: Sat Mar 22 19:46:58 EDT 2008 +Last updated: Sat Mar 22 19:49:16 EDT 2008 </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>. @@ -1546,6 +1546,7 @@ first. There is also a developer's wiki at<br/> with Win32 signal emulation <p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-12/msg00455.php">http://archives.postgresql.org/pgsql-hackers/2007-12/msg00455.php</a> </p> + </li><li>Support pgxs </li></ul> </li><li>Wire Protocol Changes <ul> |