1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-20 05:03:10 +03:00

Fix for "--" comment and no trailing newline, as seen in Perl.

This commit is contained in:
Bruce Momjian
1999-10-08 05:03:14 +00:00
parent ae61ef34bd
commit fbe9d1a430
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/parser/scan.l,v 1.57 1999/09/28 03:41:36 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/parser/scan.l,v 1.58 1999/10/08 05:03:13 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -167,7 +167,7 @@ real (((({digit}*\.{digit}+)|({digit}+\.{digit}*))([Ee][-+]?{digit}+)?)|({dig
param \${integer}
comment ("--"|"//").*\n
comment ("--"|"//").*
space [ \t\n\f]
other .