Files
postgres/src
Peter Eisentraut 172b125578 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;
2003-10-09 19:13:23 +00:00
..
2003-10-08 20:35:39 +00:00
2003-10-07 17:40:09 +00:00