Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8bf2300

Browse files
author
Nikita Glukhov
committed
TMP: mutable JSON_TABLE
1 parent c53efdf commit 8bf2300

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/parser/parse_jsontable.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ transformJsonTableColumn(JsonTableColumn *jtc, Node *contextItemExpr,
9292
common->pathname = NULL;
9393
common->expr = makeJsonValueExpr((Expr *) contextItemExpr, default_format);
9494
common->passing = passingArgs;
95+
common->use_tz = true; /* FIXME */
9596

9697
if (jtc->pathspec)
9798
pathspec = jtc->pathspec;

0 commit comments

Comments
 (0)