mirror of
https://github.com/postgres/postgres.git
synced 2025-06-15 00:01:49 -04:00
Try to model the effect of rescanning input tuples in mergejoins; account for JOIN_IN short-circuiting where appropriate. Also, recognize that mergejoin and hashjoin clauses may now be more than single operator calls, so we have to charge appropriate execution costs.