diff options
Diffstat (limited to 'src/include/utils/jsonpath.h')
-rw-r--r-- | src/include/utils/jsonpath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/utils/jsonpath.h b/src/include/utils/jsonpath.h index 69c180c2e29..9d2b8533d54 100644 --- a/src/include/utils/jsonpath.h +++ b/src/include/utils/jsonpath.h @@ -295,7 +295,7 @@ typedef struct JsonPathVariable /* SQL/JSON query functions */ -extern bool JsonPathExists(Datum jb, JsonPath *path, bool *error, List *vars); +extern bool JsonPathExists(Datum jb, JsonPath *jp, bool *error, List *vars); extern Datum JsonPathQuery(Datum jb, JsonPath *jp, JsonWrapper wrapper, bool *empty, bool *error, List *vars, const char *column_name); |