Oops, change should go in scan.l to survive a clean checkout and not just
authorMagnus Hagander <[email protected]>
Fri, 4 Apr 2008 12:44:36 +0000 (12:44 +0000)
committerMagnus Hagander <[email protected]>
Fri, 4 Apr 2008 12:44:36 +0000 (12:44 +0000)
a make clean...

src/backend/parser/scan.l

index 8866e39b69182aaa9274f333bf5d25307c97587f..99f85462445b8c2e0a8fb6cb82af1b37e20c903d 100644 (file)
@@ -55,7 +55,7 @@ static char    *dolqstart;      /* current $foo$ quote start string */
  * But we shall have to live with it as a short-term thing until the switch
  * to SQL-standard string syntax is complete.
  */
-BackslashQuoteType backslash_quote = BACKSLASH_QUOTE_SAFE_ENCODING;
+int                            backslash_quote = BACKSLASH_QUOTE_SAFE_ENCODING;
 bool                   escape_string_warning = true;
 bool                   standard_conforming_strings = false;