*** pgsql/src/backend/parser/parse_expr.c 2009/07/16 06:33:43 1.242 --- pgsql/src/backend/parser/parse_expr.c 2009/09/09 03:32:52 1.243 *************** *** 8,14 **** * * * IDENTIFICATION ! * $PostgreSQL: pgsql/src/backend/parser/parse_expr.c,v 1.241 2009/06/11 14:49:00 momjian Exp $ * *------------------------------------------------------------------------- */ --- 8,14 ---- * * * IDENTIFICATION ! * $PostgreSQL: pgsql/src/backend/parser/parse_expr.c,v 1.242 2009/07/16 06:33:43 petere 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