*** pgsql/src/backend/parser/parse_clause.c 2009/08/27 20:08:02 1.191 --- pgsql/src/backend/parser/parse_clause.c 2009/09/09 03:32:52 1.192 *************** *** 8,14 **** * * * IDENTIFICATION ! * $PostgreSQL: pgsql/src/backend/parser/parse_clause.c,v 1.190 2009/07/16 06:33:43 petere Exp $ * *------------------------------------------------------------------------- */ --- 8,14 ---- * * * IDENTIFICATION ! * $PostgreSQL: pgsql/src/backend/parser/parse_clause.c,v 1.191 2009/08/27 20:08:02 tgl Exp $ * *------------------------------------------------------------------------- */ *************** transformRangeSubselect(ParseState *psta *** 479,485 **** /* * Analyze and transform the subquery. */ ! query = parse_sub_analyze(r->subquery, pstate); /* * Check that we got something reasonable. Many of these conditions are --- 479,485 ---- /* * Analyze and transform the subquery. */ ! query = parse_sub_analyze(r->subquery, pstate, NULL); /* * Check that we got something reasonable. Many of these conditions are