mirror of
https://github.com/postgres/postgres.git
synced 2025-07-18 17:42:25 +03:00
Rename typedef in jsonpath_gram.y from "string" to "JsonPathString"
Reason is the same as in 75c57058b0
.
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
#include "nodes/pg_list.h"
|
||||
#include "utils/jsonpath_scanner.h"
|
||||
|
||||
static string scanstring;
|
||||
static JsonPathString scanstring;
|
||||
|
||||
/* No reason to constrain amount of data slurped */
|
||||
/* #define YY_READ_BUF_SIZE 16777216 */
|
||||
|
Reference in New Issue
Block a user