CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: [EMAIL PROTECTED] 03/11/25 17:00:54
Modified files:
src/backend/executor: nodeHash.c nodeHashjoin.c
src/backend/nodes: copyfuncs.c outfuncs.c
src/backend/optimizer/plan: createplan.c setrefs.c subselect.c
src/include/nodes: plannodes.h
Log message:
Get rid of hashkeys field of Hash plan node, since it's redundant with
the hashclauses field of the parent HashJoin. This avoids problems with
duplicated links to SubPlans in hash clauses, as per report from
Andrew Holm-Hansen.
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match