CVSROOT: /cvsroot Module name: pgsql-server Changes by: [EMAIL PROTECTED] 03/10/09 16:13:24
Modified files:
src/backend/parser: scan.l
Log message:
Make sure that -- comments extend to the end of the line. This fixes the
misscanning of this construct:
SELECT ''hello world''
-- SELECT ''goodbye world''
::text;
---------------------------(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
