diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2017-03-26 18:14:03 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2017-03-26 18:14:03 -0400 |
commit | 9b95f2fa1e2684fa209a3594db2254b8841bf380 (patch) | |
tree | 06fc122b56fbe559ef5540a86b7dca4388e0cefb /src/backend/utils/adt/pgstatfuncs.c | |
parent | 5459cfd3ad52b87a1e2ed293ae55e733c6964715 (diff) | |
download | postgresql-9b95f2fa1e2684fa209a3594db2254b8841bf380.tar.gz postgresql-9b95f2fa1e2684fa209a3594db2254b8841bf380.zip |
Use ExecPrepareExpr in place of ExecPrepareCheck where appropriate.
Change one more place where ExecInitCheck/ExecPrepareCheck's insistence
on getting implicit-AND-format quals wasn't really helpful, because the
caller 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 process
resultRelInfo->ri_PartitionCheck quals. However, implicit-AND format
does seem to be what we want for that, so leave it alone.
Diffstat (limited to 'src/backend/utils/adt/pgstatfuncs.c')
0 files changed, 0 insertions, 0 deletions