*** pgsql/src/backend/parser/scansup.c 2009/01/01 17:23:46 1.37 --- pgsql/src/backend/parser/scansup.c 2009/11/12 00:13:00 1.38 *************** *** 9,15 **** * * * IDENTIFICATION ! * $PostgreSQL: pgsql/src/backend/parser/scansup.c,v 1.36 2008/01/01 19:45:51 momjian Exp $ * *------------------------------------------------------------------------- */ --- 9,15 ---- * * * IDENTIFICATION ! * $PostgreSQL: pgsql/src/backend/parser/scansup.c,v 1.37 2009/01/01 17:23:46 momjian Exp $ * *------------------------------------------------------------------------- */ *************** bool *** 197,203 **** scanner_isspace(char ch) { /* This must match scan.l's list of {space} characters */ - /* and plpgsql's scan.l as well */ if (ch == ' ' || ch == '\t' || ch == '\n' || --- 197,202 ----