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

Commit 8ed7065

Browse files
committed
Item removed, looping always required:
< * Remove Win32 rename/unlink looping if unnecessary
1 parent 19fecee commit 8ed7065

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

doc/TODO

Lines changed: 1 addition & 2 deletions
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 Nov 28 17:21:57 EST 2005
5+
Last updated: Mon Nov 28 21:01:44 EST 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1074,7 +1074,6 @@ Source Code
10741074
* Acquire lock on a relation before building a relcache entry for it
10751075
* %Promote debug_query_string into a server-side function current_query()
10761076
* %Allow the identifier length to be increased via a configure option
1077-
* Remove Win32 rename/unlink looping if unnecessary
10781077
* Allow cross-compiling by generating the zic database on the target system
10791078
* Improve NLS maintenace of libpgport messages linked onto applications
10801079
* Allow ecpg to work with MSVC and BCC

doc/src/FAQ/TODO.html

Lines changed: 1 addition & 2 deletions
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 Nov 28 17:21:57 EST 2005
11+
Last updated: Mon Nov 28 21:01:44 EST 2005
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>.
@@ -973,7 +973,6 @@ <h1><a name="section_22">Source Code</a></h1>
973973
</li><li>Acquire lock on a relation before building a relcache entry for it
974974
</li><li>%Promote debug_query_string into a server-side function current_query()
975975
</li><li>%Allow the identifier length to be increased via a configure option
976-
</li><li>Remove Win32 rename/unlink looping if unnecessary
977976
</li><li>Allow cross-compiling by generating the zic database on the target system
978977
</li><li>Improve NLS maintenace of libpgport messages linked onto applications
979978
</li><li>Allow ecpg to work with MSVC and BCC

0 commit comments

Comments
 (0)