From c59b3faaab4663337eadd163b72408b74e484135 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Fri, 4 Apr 2008 12:44:36 +0000 Subject: [PATCH] Oops, change should go in scan.l to survive a clean checkout and not just a make clean... --- src/backend/parser/scan.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/parser/scan.l b/src/backend/parser/scan.l index 8866e39b69..99f8546244 100644 --- a/src/backend/parser/scan.l +++ b/src/backend/parser/scan.l @@ -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; -- 2.39.5