Files
postgres/src
Tom Lane 9b95f2fa1e 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.
2017-03-26 18:14:03 -04:00
..
2017-03-22 10:20:13 -04:00
2017-03-14 12:58:39 -04:00
2017-03-26 11:36:46 -04:00
2017-02-17 08:56:57 -05:00
2017-03-23 15:28:48 -04:00
2017-02-06 11:33:58 +02:00