Thread: Remove vardata parameters from eqjoinsel_inner

Remove vardata parameters from eqjoinsel_inner

From
Ilia Evdokimov
Date:
Hi hackers,

When calculating selectivity for an inner equijoin, we call 
eqjoinsel_inner, which uses unused parameters vardata1 and vardata2. 
These parameters might have been left behind accidentally when we moved 
getting sslots out of the function. I suggest removing them, as they can 
be added back at any time if needed. I attached patch with fixes.

--
Best regards,
Ilia Evdokimov,
Tantor Labs LLC.

Attachment