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 6084c91 commit ec70b3cCopy full SHA for ec70b3c
src/backend/parser/scan.l
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/backend/parser/scan.l,v 1.15 1997/09/01 05:51:52 thomas Exp $
+ * $Header: /cvsroot/pgsql/src/backend/parser/scan.l,v 1.16 1997/09/02 02:32:35 thomas Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -132,7 +132,6 @@ other .
132
133
{comment} { /* ignore */ }
134
135
- /* allow extended comments using C-style delimiters - tgl 1997-07-12 */
136
{xcline} { /* ignore */ }
137
138
<xc>{xcstar} |
0 commit comments