forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3125321
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::cidr1 parent8d8bf12 commit3125321
2 files changed
+6
-8
lines changedLines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
182 | 182 |
| |
183 | 183 |
| |
184 | 184 |
| |
185 |
| - | |
186 |
| - | |
187 |
| - | |
| 185 | + | |
| 186 | + | |
188 | 187 |
| |
189 | 188 |
| |
190 | 189 |
| |
|
Lines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
169 | 169 |
| |
170 | 170 |
| |
171 | 171 |
| |
172 |
| - | |
173 |
| - | |
174 |
| - | |
| 172 | + | |
| 173 | + | |
175 | 174 |
| |
176 | 175 |
| |
177 | 176 |
| |
|
0 commit comments
Comments
(0)