projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81e2ec4
)
Oops, change should go in scan.l to survive a clean checkout and not just
author
Magnus Hagander
<
[email protected]
>
Fri, 4 Apr 2008 12:44:36 +0000
(12:44 +0000)
committer
Magnus Hagander
<
[email protected]
>
Fri, 4 Apr 2008 12:44:36 +0000
(12:44 +0000)
a make clean...
src/backend/parser/scan.l
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/parser/scan.l
b/src/backend/parser/scan.l
index 8866e39b69182aaa9274f333bf5d25307c97587f..99f85462445b8c2e0a8fb6cb82af1b37e20c903d 100644
(file)
--- 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;