[HACKERS] unsubscribe

2005-12-03 Thread Esha Palta
please unsubscribe me. -esha ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster

[HACKERS] definition of evalfunc for execution of join condition

2005-10-12 Thread Esha Palta
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

[HACKERS] execution of nested loop joins

2005-10-06 Thread Esha Palta
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

[HACKERS] case insensitive joining in case of nested loop joins

2005-10-06 Thread Esha Palta
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