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

Commit 3125321

Browse files
committed
Done:
< * %Prevent INET cast to CIDR if the unmasked bits are not zero, or < zero the bits < * %Prevent INET cast to CIDR from dropping netmask, SELECT '1.1.1.1'::inet::cidr > * -Zero umasked bits in conversion from INET cast to CIDR > * -Prevent INET cast to CIDR from dropping netmask, SELECT '1.1.1.1'::inet::cidr
1 parent 8d8bf12 commit 3125321

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

doc/TODO

+3-4
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: Sun Jan 22 21:59:28 EST 2006
5+
Last updated: Wed Jan 25 21:50:11 EST 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -182,9 +182,8 @@ Data Types
182182

183183
* %Disallow changing default expression of a SERIAL column?
184184
* Fix data types where equality comparison isn't intuitive, e.g. box
185-
* %Prevent INET cast to CIDR if the unmasked bits are not zero, or
186-
zero the bits
187-
* %Prevent INET cast to CIDR from dropping netmask, SELECT '1.1.1.1'::inet::cidr
185+
* -Zero umasked bits in conversion from INET cast to CIDR
186+
* -Prevent INET cast to CIDR from dropping netmask, SELECT '1.1.1.1'::inet::cidr
188187
* Allow INET + INT4 to increment the host part of the address, or
189188
throw an error on overflow
190189
* %Add 'tid != tid ' operator for use in corruption recovery

doc/src/FAQ/TODO.html

+3-4
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: Sun Jan 22 21:59:28 EST 2006
11+
Last updated: Wed Jan 25 21:50:11 EST 2006
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>.
@@ -169,9 +169,8 @@ <h1><a name="section_4">Data Types</a></h1>
169169
<ul>
170170
<li>%Disallow changing default expression of a SERIAL column?
171171
</li><li>Fix data types where equality comparison isn't intuitive, e.g. box
172-
</li><li>%Prevent INET cast to CIDR if the unmasked bits are not zero, or
173-
zero the bits
174-
</li><li>%Prevent INET cast to CIDR from dropping netmask, SELECT '<a href="telnet://1.1.1.1">1.1.1.1</a>'::inet::cidr
172+
</li><li>-<em>Zero umasked bits in conversion from INET cast to CIDR</em>
173+
</li><li>-<em>Prevent INET cast to CIDR from dropping netmask, SELECT '<a href="telnet://1.1.1.1">1.1.1.1</a>'::inet::cidr</em>
175174
</li><li>Allow INET + INT4 to increment the host part of the address, or
176175
throw an error on overflow
177176
</li><li>%Add 'tid != tid ' operator for use in corruption recovery

0 commit comments

Comments
 (0)