forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit321eed5
committed
Add ALTER OPERATOR command, for changing selectivity estimator functions.
Other options cannot be changed, as it's not totally clear if cached planswould need to be invalidated if one of the other options change. Selectivityestimator functions only change plan costs, not correctness of plans, sothose should be safe.Original patch by Uriy Zhuravlev, heavily edited by me.1 parent705d397 commit321eed5
File tree
13 files changed
+499
-65
lines changed- doc/src/sgml/ref
- src
- backend
- commands
- nodes
- parser
- tcop
- include
- commands
- nodes
- test/regress
- expected
- sql
13 files changed
+499
-65
lines changedLines changed: 32 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
29 | 34 |
| |
30 | 35 |
| |
31 | 36 |
| |
| |||
34 | 39 |
| |
35 | 40 |
| |
36 | 41 |
| |
37 |
| - | |
38 |
| - | |
| 42 | + | |
39 | 43 |
| |
40 | 44 |
| |
41 | 45 |
| |
| |||
98 | 102 |
| |
99 | 103 |
| |
100 | 104 |
| |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
101 | 124 |
| |
102 | 125 |
| |
103 | 126 |
| |
| |||
109 | 132 |
| |
110 | 133 |
| |
111 | 134 |
| |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
112 | 142 |
| |
113 | 143 |
| |
114 | 144 |
| |
|
0 commit comments
Comments
(0)