|
24 | 24 | * Portions Copyright (c) 1994, Regents of the University of California |
25 | 25 | * |
26 | 26 | * IDENTIFICATION |
27 | | - * $PostgreSQL: pgsql/src/backend/parser/scan.l,v 1.142 2008/01/01 19:45:51 momjian Exp $ |
| 27 | + * $PostgreSQL: pgsql/src/backend/parser/scan.l,v 1.143 2008/04/04 12:44:36 mha Exp $ |
28 | 28 | * |
29 | 29 | *------------------------------------------------------------------------- |
30 | 30 | */ |
@@ -55,7 +55,7 @@ static char *dolqstart; /* current $foo$ quote start string */ |
55 | 55 | * But we shall have to live with it as a short-term thing until the switch |
56 | 56 | * to SQL-standard string syntax is complete. |
57 | 57 | */ |
58 | | -BackslashQuoteTypebackslash_quote = BACKSLASH_QUOTE_SAFE_ENCODING; |
| 58 | +intbackslash_quote = BACKSLASH_QUOTE_SAFE_ENCODING; |
59 | 59 | boolescape_string_warning =true; |
60 | 60 | boolstandard_conforming_strings =false; |
61 | 61 |
|
|