mirror of
https://github.com/postgres/postgres.git
synced 2026-02-27 20:00:50 -05:00
Instead of doing ExecInitExpr every time a Param needs to be evaluated in run-time partition pruning, do it once during run-time pruning set-up and cache the exprstate in PartitionPruneContext, saving a lot of work. Author: David Rowley Reviewed-by: Amit Langote, Álvaro Herrera Discussion: https://postgr.es/m/CAKJS1f8-x+q-90QAPDu_okhQBV4DPEtPz8CJ=m0940GyT4DA4w@mail.gmail.com |
||
|---|---|---|
| .. | ||
| partbounds.h | ||
| partdefs.h | ||
| partprune.h | ||