please unsubscribe me.
-esha
---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster
ExecQual evaluates join conditions one at a time.It captures one condition and
passes it to function ExecEvalExpr which is actually a macro that invokes
another function evalfunc( which is a function pointer that is set to the
function PostgreSQL wants to use to evaluate the expression. It's of
Hi all,
nodeNestloop.c executes nested loop joins. After getting a pair of inner
and outer it test the inner and outer tuples to see if they satisfy the
node's qualification using function ExecQual(joinqual, econtext, false).
ExecQual evaluates join conditions one at a time.It captures one
c
hi
I want to know which files to be explored so as to do case insensitive
joining in case of nested loop joins
esha
---(end of broadcast)---
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EM