forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9b95f2f
committed
Use ExecPrepareExpr in place of ExecPrepareCheck where appropriate.
Change one more place where ExecInitCheck/ExecPrepareCheck's insistenceon getting implicit-AND-format quals wasn't really helpful, because thecaller had to do make_ands_implicit() for no reason that it cared about.Using ExecPrepareExpr directly simplifies the code and saves cycles.The only remaining use of these functions is to processresultRelInfo->ri_PartitionCheck quals. However, implicit-AND formatdoes seem to be what we want for that, so leave it alone.1 parent5459cfd commit9b95f2f
2 files changed
+15
-13
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
921 | 921 |
| |
922 | 922 |
| |
923 | 923 |
| |
924 |
| - | |
| 924 | + | |
925 | 925 |
| |
| 926 | + | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
926 | 930 |
| |
927 | 931 |
| |
928 | 932 |
| |
|
Lines changed: 10 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
167 | 167 |
| |
168 | 168 |
| |
169 | 169 |
| |
170 |
| - | |
| 170 | + | |
171 | 171 |
| |
172 | 172 |
| |
173 | 173 |
| |
| |||
3740 | 3740 |
| |
3741 | 3741 |
| |
3742 | 3742 |
| |
3743 |
| - | |
| 3743 | + | |
3744 | 3744 |
| |
3745 | 3745 |
| |
3746 | 3746 |
| |
| |||
4182 | 4182 |
| |
4183 | 4183 |
| |
4184 | 4184 |
| |
4185 |
| - | |
| 4185 | + | |
4186 | 4186 |
| |
4187 | 4187 |
| |
4188 | 4188 |
| |
| |||
4330 | 4330 |
| |
4331 | 4331 |
| |
4332 | 4332 |
| |
4333 |
| - | |
| 4333 | + | |
4334 | 4334 |
| |
4335 | 4335 |
| |
4336 | 4336 |
| |
| |||
13354 | 13354 |
| |
13355 | 13355 |
| |
13356 | 13356 |
| |
13357 |
| - | |
| 13357 | + | |
13358 | 13358 |
| |
13359 |
| - | |
| 13359 | + | |
13360 | 13360 |
| |
13361 | 13361 |
| |
13362 | 13362 |
| |
| |||
13376 | 13376 |
| |
13377 | 13377 |
| |
13378 | 13378 |
| |
13379 |
| - | |
13380 | 13379 |
| |
13381 | 13380 |
| |
13382 | 13381 |
| |
| |||
13398 | 13397 |
| |
13399 | 13398 |
| |
13400 | 13399 |
| |
| 13400 | + | |
13401 | 13401 |
| |
13402 |
| - | |
13403 |
| - | |
13404 |
| - | |
13405 |
| - | |
13406 |
| - | |
| 13402 | + | |
| 13403 | + | |
| 13404 | + | |
13407 | 13405 |
| |
13408 | 13406 |
| |
13409 | 13407 |
| |
|
0 commit comments
Comments
(0)