1
0
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:
Alexander Korotkov
2019-03-19 20:56:13 +03:00
parent 1009920aaa
commit 5e28b778bf
3 changed files with 11 additions and 10 deletions

View File

@ -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 */