forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7841623
committed
Remove IndexInfo.ii_OpclassOptions field
It is unnecessary to include this field in IndexInfo. It is only usedby DDL code, not during execution. It is really only used to passlocal information around between functions in index.c and indexcmds.c,for which it is clearer to use local variables, like in similar cases.Discussion:https://www.postgresql.org/message-id/flat/f84640e3-00d3-5abd-3f41-e6a19d33c40b@eisentraut.org1 parentaf3ee8a commit7841623
File tree
6 files changed
+34
-37
lines changed- src
- backend
- catalog
- commands
- nodes
- include
- catalog
- nodes
6 files changed
+34
-37
lines changedLines changed: 15 additions & 18 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
720 | 720 |
| |
721 | 721 |
| |
722 | 722 |
| |
| 723 | + | |
723 | 724 |
| |
724 | 725 |
| |
725 | 726 |
| |
| |||
1015 | 1016 |
| |
1016 | 1017 |
| |
1017 | 1018 |
| |
1018 |
| - | |
| 1019 | + | |
1019 | 1020 |
| |
1020 | 1021 |
| |
1021 | 1022 |
| |
| |||
1223 | 1224 |
| |
1224 | 1225 |
| |
1225 | 1226 |
| |
1226 |
| - | |
| 1227 | + | |
1227 | 1228 |
| |
1228 | 1229 |
| |
1229 |
| - | |
| 1230 | + | |
1230 | 1231 |
| |
1231 | 1232 |
| |
1232 | 1233 |
| |
| |||
1290 | 1291 |
| |
1291 | 1292 |
| |
1292 | 1293 |
| |
1293 |
| - | |
| 1294 | + | |
| 1295 | + | |
1294 | 1296 |
| |
1295 | 1297 |
| |
1296 | 1298 |
| |
| |||
1324 | 1326 |
| |
1325 | 1327 |
| |
1326 | 1328 |
| |
1327 |
| - | |
| 1329 | + | |
1328 | 1330 |
| |
1329 | 1331 |
| |
1330 | 1332 |
| |
1331 |
| - | |
1332 |
| - | |
| 1333 | + | |
| 1334 | + | |
1333 | 1335 |
| |
1334 | 1336 |
| |
1335 | 1337 |
| |
| |||
1392 | 1394 |
| |
1393 | 1395 |
| |
1394 | 1396 |
| |
1395 |
| - | |
1396 |
| - | |
1397 |
| - | |
1398 |
| - | |
1399 |
| - | |
1400 |
| - | |
1401 |
| - | |
1402 |
| - | |
| 1397 | + | |
| 1398 | + | |
| 1399 | + | |
| 1400 | + | |
1403 | 1401 |
| |
1404 | 1402 |
| |
1405 | 1403 |
| |
| |||
1420 | 1418 |
| |
1421 | 1419 |
| |
1422 | 1420 |
| |
| 1421 | + | |
1423 | 1422 |
| |
1424 |
| - | |
| 1423 | + | |
1425 | 1424 |
| |
1426 | 1425 |
| |
1427 | 1426 |
| |
| |||
2464 | 2463 |
| |
2465 | 2464 |
| |
2466 | 2465 |
| |
2467 |
| - | |
2468 |
| - | |
2469 | 2466 |
| |
2470 | 2467 |
| |
2471 | 2468 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
299 | 299 |
| |
300 | 300 |
| |
301 | 301 |
| |
302 |
| - | |
303 | 302 |
| |
304 | 303 |
| |
305 | 304 |
| |
| |||
327 | 326 |
| |
328 | 327 |
| |
329 | 328 |
| |
330 |
| - | |
| 329 | + | |
331 | 330 |
| |
332 | 331 |
| |
333 | 332 |
| |
|
Lines changed: 17 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
| 80 | + | |
80 | 81 |
| |
81 | 82 |
| |
82 | 83 |
| |
| |||
177 | 178 |
| |
178 | 179 |
| |
179 | 180 |
| |
| 181 | + | |
180 | 182 |
| |
181 | 183 |
| |
182 | 184 |
| |
| |||
238 | 240 |
| |
239 | 241 |
| |
240 | 242 |
| |
| 243 | + | |
241 | 244 |
| |
242 | 245 |
| |
243 |
| - | |
| 246 | + | |
244 | 247 |
| |
245 | 248 |
| |
246 | 249 |
| |
| |||
298 | 301 |
| |
299 | 302 |
| |
300 | 303 |
| |
301 |
| - | |
| 304 | + | |
302 | 305 |
| |
303 |
| - | |
304 |
| - | |
| 306 | + | |
305 | 307 |
| |
306 |
| - | |
307 |
| - | |
| 308 | + | |
| 309 | + | |
308 | 310 |
| |
309 | 311 |
| |
310 | 312 |
| |
| |||
540 | 542 |
| |
541 | 543 |
| |
542 | 544 |
| |
| 545 | + | |
543 | 546 |
| |
544 | 547 |
| |
545 | 548 |
| |
| |||
900 | 903 |
| |
901 | 904 |
| |
902 | 905 |
| |
| 906 | + | |
903 | 907 |
| |
904 | 908 |
| |
905 |
| - | |
| 909 | + | |
906 | 910 |
| |
907 | 911 |
| |
908 | 912 |
| |
| |||
1179 | 1183 |
| |
1180 | 1184 |
| |
1181 | 1185 |
| |
1182 |
| - | |
| 1186 | + | |
1183 | 1187 |
| |
1184 | 1188 |
| |
1185 | 1189 |
| |
| |||
1855 | 1859 |
| |
1856 | 1860 |
| |
1857 | 1861 |
| |
| 1862 | + | |
1858 | 1863 |
| |
1859 | 1864 |
| |
1860 | 1865 |
| |
| |||
2011 | 2016 |
| |
2012 | 2017 |
| |
2013 | 2018 |
| |
| 2019 | + | |
2014 | 2020 |
| |
2015 | 2021 |
| |
2016 | 2022 |
| |
| |||
2202 | 2208 |
| |
2203 | 2209 |
| |
2204 | 2210 |
| |
2205 |
| - | |
2206 |
| - | |
2207 |
| - | |
2208 |
| - | |
2209 |
| - | |
| 2211 | + | |
2210 | 2212 |
| |
2211 | 2213 |
| |
2212 | 2214 |
| |
| 2215 | + | |
| 2216 | + | |
2213 | 2217 |
| |
2214 | 2218 |
| |
2215 | 2219 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
777 | 777 |
| |
778 | 778 |
| |
779 | 779 |
| |
780 |
| - | |
781 |
| - | |
782 |
| - | |
783 | 780 |
| |
784 | 781 |
| |
785 | 782 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
| 81 | + | |
81 | 82 |
| |
82 | 83 |
| |
83 | 84 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
187 | 187 |
| |
188 | 188 |
| |
189 | 189 |
| |
190 |
| - | |
191 | 190 |
| |
192 | 191 |
| |
193 | 192 |
| |
|
0 commit comments
Comments
(0)