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

Commit 33d72c7

Browse files
committed
Add:
> * Clean up casting in /contrib/isn > > http://archives.postgresql.org/pgsql-hackers/2006-11/msg00245.php >
1 parent 7de3375 commit 33d72c7

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

doc/TODO

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (bruce@momjian.us)
5-
Last updated: Tue Feb 13 23:19:33 EST 2007
5+
Last updated: Tue Feb 13 23:24:39 EST 2007
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1378,6 +1378,10 @@ Source Code
13781378
* Improve NLS maintenance of libpgport messages linked onto applications
13791379
* Allow ecpg to work with MSVC and BCC
13801380
* Add xpath_array() to /contrib/xml2 to return results as an array
1381+
* Clean up casting in /contrib/isn
1382+
1383+
http://archives.postgresql.org/pgsql-hackers/2006-11/msg00245.php
1384+
13811385
* Allow building in directories containing spaces
13821386

13831387
This is probably not possible because 'gmake' and other compiler tools

doc/src/FAQ/TODO.html

Lines changed: 4 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 Feb 13 23:19:33 EST 2007
11+
Last updated: Tue Feb 13 23:24:39 EST 2007
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>.
@@ -1233,6 +1233,9 @@ <h1><a name="section_21">Source Code</a></h1>
12331233
</li><li>Improve NLS maintenance of libpgport messages linked onto applications
12341234
</li><li>Allow ecpg to work with MSVC and BCC
12351235
</li><li>Add xpath_array() to /contrib/xml2 to return results as an array
1236+
</li><li>Clean up casting in /contrib/isn
1237+
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-11/msg00245.php">http://archives.postgresql.org/pgsql-hackers/2006-11/msg00245.php</a>
1238+
</p>
12361239
</li><li>Allow building in directories containing spaces
12371240
<p> This is probably not possible because 'gmake' and other compiler tools
12381241
do not fully support quoting of paths with spaces.

0 commit comments

Comments
 (0)