aboutsummaryrefslogtreecommitdiff
path: root/src/include/parser/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/parser/parser.h')
-rw-r--r--src/include/parser/parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/parser/parser.h b/src/include/parser/parser.h
index c8ad710dac0..3895e03c6c3 100644
--- a/src/include/parser/parser.h
+++ b/src/include/parser/parser.h
@@ -23,7 +23,7 @@ typedef enum
BACKSLASH_QUOTE_OFF,
BACKSLASH_QUOTE_ON,
BACKSLASH_QUOTE_SAFE_ENCODING
-} BackslashQuoteType;
+} BackslashQuoteType;
/* GUC variables in scan.l (every one of these is a bad idea :-() */
extern int backslash_quote;