CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: petere(at)svr1(dot)postgresql(dot)org 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;