Revise cost_qual_eval() to compute both startup (one-time) and per-tuple

Tom Lane <tgl@sss.pgh.pa.us>

Commit: d4ce5a4f4c3516e88fa34c53bcc7313db90a3c08
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-01-12T22:35:29Z
Releases: 7.4.1
Revise cost_qual_eval() to compute both startup (one-time) and per-tuple
costs for expression evaluation, not only per-tuple cost as before.
This extension is needed in order to deal realistically with hashed or
materialized sub-selects.

Files