- Notifications
You must be signed in to change notification settings - Fork5
Commit74c1723
committed
Remove user-selectable ANALYZE option for range types.
It's not clear that a per-datatype typanalyze function would be any moreuseful than a generic typanalyze for ranges. What *is* clear is thatletting unprivileged users select typanalyze functions is a crash risk orworse. So remove the option from CREATE TYPE AS RANGE, and instead put ina generic typanalyze function for ranges. The generic function doesnothing as yet, but hopefully we'll improve that before 9.2 release.1 parentdf73584 commit74c1723
File tree
8 files changed
+36
-40
lines changed- doc/src/sgml/ref
- src
- backend
- commands
- utils/adt
- bin/pg_dump
- include
- catalog
- utils
8 files changed
+36
-40
lines changedLines changed: 0 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
37 | 36 |
| |
38 | 37 |
| |
39 | 38 |
| |
| |||
167 | 166 |
| |
168 | 167 |
| |
169 | 168 |
| |
170 |
| - | |
171 |
| - | |
172 |
| - | |
173 |
| - | |
174 |
| - | |
175 |
| - | |
176 | 169 |
| |
177 | 170 |
| |
178 | 171 |
| |
|
Lines changed: 1 addition & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1225 | 1225 |
| |
1226 | 1226 |
| |
1227 | 1227 |
| |
1228 |
| - | |
1229 | 1228 |
| |
1230 | 1229 |
| |
1231 | 1230 |
| |
1232 | 1231 |
| |
1233 |
| - | |
1234 | 1232 |
| |
1235 | 1233 |
| |
1236 | 1234 |
| |
| |||
1326 | 1324 |
| |
1327 | 1325 |
| |
1328 | 1326 |
| |
1329 |
| - | |
1330 |
| - | |
1331 |
| - | |
1332 |
| - | |
1333 |
| - | |
1334 |
| - | |
1335 |
| - | |
1336 |
| - | |
1337 | 1327 |
| |
1338 | 1328 |
| |
1339 | 1329 |
| |
| |||
1386 | 1376 |
| |
1387 | 1377 |
| |
1388 | 1378 |
| |
1389 |
| - | |
1390 |
| - | |
1391 |
| - | |
1392 |
| - | |
1393 |
| - | |
1394 |
| - | |
1395 | 1379 |
| |
1396 | 1380 |
| |
1397 | 1381 |
| |
| |||
1420 | 1404 |
| |
1421 | 1405 |
| |
1422 | 1406 |
| |
1423 |
| - | |
| 1407 | + | |
1424 | 1408 |
| |
1425 | 1409 |
| |
1426 | 1410 |
| |
|
Lines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1135 | 1135 |
| |
1136 | 1136 |
| |
1137 | 1137 |
| |
| 1138 | + | |
| 1139 | + | |
| 1140 | + | |
| 1141 | + | |
| 1142 | + | |
| 1143 | + | |
| 1144 | + | |
| 1145 | + | |
| 1146 | + | |
| 1147 | + | |
| 1148 | + | |
| 1149 | + | |
| 1150 | + | |
| 1151 | + | |
| 1152 | + | |
| 1153 | + | |
| 1154 | + | |
1138 | 1155 |
| |
1139 | 1156 |
| |
1140 | 1157 |
| |
|
Lines changed: 5 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7482 | 7482 |
| |
7483 | 7483 |
| |
7484 | 7484 |
| |
7485 |
| - | |
7486 |
| - | |
7487 |
| - | |
7488 |
| - | |
7489 |
| - | |
| 7485 | + | |
| 7486 | + | |
| 7487 | + | |
| 7488 | + | |
| 7489 | + | |
7490 | 7490 |
| |
7491 | 7491 |
| |
7492 | 7492 |
| |
| |||
7552 | 7552 |
| |
7553 | 7553 |
| |
7554 | 7554 |
| |
7555 |
| - | |
7556 |
| - | |
7557 |
| - | |
7558 |
| - | |
7559 | 7555 |
| |
7560 | 7556 |
| |
7561 | 7557 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4413 | 4413 |
| |
4414 | 4414 |
| |
4415 | 4415 |
| |
| 4416 | + | |
| 4417 | + | |
| 4418 | + | |
4416 | 4419 |
| |
4417 | 4420 |
| |
4418 | 4421 |
| |
|
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
593 | 593 |
| |
594 | 594 |
| |
595 | 595 |
| |
596 |
| - | |
| 596 | + | |
597 | 597 |
| |
598 | 598 |
| |
599 | 599 |
| |
600 |
| - | |
| 600 | + | |
601 | 601 |
| |
602 | 602 |
| |
603 |
| - | |
| 603 | + | |
604 | 604 |
| |
605 | 605 |
| |
606 |
| - | |
| 606 | + | |
607 | 607 |
| |
608 | 608 |
| |
609 |
| - | |
| 609 | + | |
610 | 610 |
| |
611 | 611 |
| |
612 |
| - | |
| 612 | + | |
613 | 613 |
| |
614 | 614 |
| |
615 | 615 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
| 130 | + | |
| 131 | + | |
| 132 | + | |
130 | 133 |
| |
131 | 134 |
| |
132 | 135 |
| |
|
0 commit comments
Comments
(0)