*** pgsql/src/backend/parser/parse_expr.c 2009/06/11 14:49:00 1.241 --- pgsql/src/backend/parser/parse_expr.c 2009/09/09 03:33:01 1.241.2.1 *************** *** 8,14 **** * * * IDENTIFICATION ! * $PostgreSQL: pgsql/src/backend/parser/parse_expr.c,v 1.240 2009/01/22 20:16:05 tgl Exp $ * *------------------------------------------------------------------------- */ --- 8,14 ---- * * * IDENTIFICATION ! * $PostgreSQL: pgsql/src/backend/parser/parse_expr.c,v 1.241 2009/06/11 14:49:00 momjian Exp $ * *------------------------------------------------------------------------- */ *************** transformSubLink(ParseState *pstate, Sub *** 1251,1257 **** return result; pstate->p_hasSubLinks = true; ! qtree = parse_sub_analyze(sublink->subselect, pstate); /* * Check that we got something reasonable. Many of these conditions are --- 1251,1257 ---- return result; pstate->p_hasSubLinks = true; ! qtree = parse_sub_analyze(sublink->subselect, pstate, NULL); /* * Check that we got something reasonable. Many of these conditions are