diff options
Diffstat (limited to 'src/backend/parser')
-rw-r--r-- | src/backend/parser/gram.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/parser/gram.y b/src/backend/parser/gram.y index 71315c54808..c4165f0bf07 100644 --- a/src/backend/parser/gram.y +++ b/src/backend/parser/gram.y @@ -1347,7 +1347,7 @@ opt_boolean_or_string: * by the ColId rule below. The action for booleans and strings * is the same, so we don't need to distinguish them here. */ - | ColId_or_Sconst { $$ = $1 } + | ColId_or_Sconst { $$ = $1; } ; /* Timezone values can be: |