forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8a2523f
committed
Tweak API of new function clause_is_computable_at().
Pass it the RestrictInfo under consideration, not just theclause_relids. This should save some trivial amount ofcode at the call sites, and it gives us more flexibilityabout what clause_is_computable_at() does. There's noactual functional change here, though.Discussion:https://postgr.es/m/3564467.1684352557@sss.pgh.pa.us1 parent1c634f6 commit8a2523f
File tree
3 files changed
+6
-6
lines changed- src
- backend/optimizer/util
- include/optimizer
3 files changed
+6
-6
lines changedLines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1346 | 1346 |
| |
1347 | 1347 |
| |
1348 | 1348 |
| |
1349 |
| - | |
1350 |
| - | |
| 1349 | + | |
1351 | 1350 |
| |
1352 | 1351 |
| |
1353 | 1352 |
| |
| |||
1358 | 1357 |
| |
1359 | 1358 |
| |
1360 | 1359 |
| |
1361 |
| - | |
| 1360 | + | |
1362 | 1361 |
| |
1363 | 1362 |
| |
1364 | 1363 |
| |
1365 | 1364 |
| |
1366 | 1365 |
| |
1367 |
| - | |
| 1366 | + | |
1368 | 1367 |
| |
1369 | 1368 |
| |
1370 | 1369 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
541 | 541 |
| |
542 | 542 |
| |
543 | 543 |
| |
544 |
| - | |
| 544 | + | |
545 | 545 |
| |
546 | 546 |
| |
| 547 | + | |
547 | 548 |
| |
548 | 549 |
| |
549 | 550 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
| 43 | + | |
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
|
0 commit comments
Comments
(0)