diff options
Diffstat (limited to 'src/include/executor')
-rw-r--r-- | src/include/executor/execExpr.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/executor/execExpr.h b/src/include/executor/execExpr.h index 240d07982ab..9ce8df17e5d 100644 --- a/src/include/executor/execExpr.h +++ b/src/include/executor/execExpr.h @@ -680,6 +680,11 @@ typedef struct ExprEvalStep Datum *arg_values; bool *arg_nulls; Oid *arg_types; + struct + { + int category; + Oid outfuncid; + } *arg_type_cache; /* cache for datum_to_json[b]() */ int nargs; } json_constructor; |