Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/parser/parser.c')
-rw-r--r--src/backend/parser/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/parser/parser.c b/src/backend/parser/parser.c
index 7e9b1222fd8..4c0c258cd7f 100644
--- a/src/backend/parser/parser.c
+++ b/src/backend/parser/parser.c
@@ -41,7 +41,7 @@ raw_parser(const char *str)
/* initialize the flex scanner */
yyscanner = scanner_init(str, &yyextra.core_yy_extra,
- ScanKeywords, NumScanKeywords);
+ &ScanKeywords, ScanKeywordTokens);
/* base_yylex() only needs this much initialization */
yyextra.have_lookahead = false;