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

Commit 130972b

Browse files
committed
Add:
< > * Prevent inet cast to cidr if the unmasked bits are not zero, or > zero bits
1 parent 44692d8 commit 130972b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/TODO

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
55
Bracketed items "[]" have more detail.
66

77
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
8-
Last updated: Tue Oct 12 21:03:05 EDT 2004
8+
Last updated: Thu Oct 14 15:26:35 EDT 2004
99

1010
The most recent version of this document can be viewed at the PostgreSQL web
1111
site, http://www.PostgreSQL.org.
@@ -135,7 +135,8 @@ Data Types
135135
everywhere a TZ name is currently taken
136136
* Allow customization of the known set of TZ names (generalize the
137137
present australian_timezones hack)
138-
138+
* Prevent inet cast to cidr if the unmasked bits are not zero, or
139+
zero bits
139140

140141
* ARRAYS
141142
o Allow nulls in arrays

0 commit comments

Comments
 (0)