Remove vardata parameters from eqjoinsel_inner - Mailing list pgsql-hackers

From Ilia Evdokimov
Subject Remove vardata parameters from eqjoinsel_inner
Date
Msg-id 7cdf4ecd-8789-4d85-ab59-2b78d4d27b1f@tantorlabs.com
Whole thread Raw
List pgsql-hackers
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

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Missing [NO] INDENT flag in XMLSerialize backward parsing
Next
From: Rushabh Lathia
Date:
Subject: Re: Support NOT VALID / VALIDATE constraint options for named NOT NULL constraints