We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3202f45 commit b8c3226Copy full SHA for b8c3226
src/backend/parser/scan.l
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/backend/parser/scan.l,v 1.58 1999/10/08 05:03:13 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/parser/scan.l,v 1.59 1999/10/09 01:32:38 momjian Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -169,7 +169,7 @@ param \${integer}
169
170
comment ("--"|"//").*
171
172
-space [ \t\n\f]
+space [ \t\n\r\f]
173
other .
174
175
/* DO NOT PUT ANY COMMENTS IN THE FOLLOWING SECTION.
0 commit comments