2011/1/1 Tom Lane <[email protected]>: > Robert Haas <[email protected]> writes: >> On Thu, Dec 30, 2010 at 9:55 PM, Tom Lane <[email protected]> wrote: >>> On reflection, how about inverting the flag's value and calling it >>> mergejoin_allowed or some such? > >> Yeah, that's better. > > OK, done that way.
It looks to me like mergejoin_allowed should be initialized to false. If enable_mergejoin is off and jointype != JOIN_FULL then mergejoin is not allowed, isn't it? Sorry for noise if it's only my confusing. Regards, -- Hitoshi Harada -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
