mirror of
https://github.com/postgres/postgres.git
synced 2025-07-17 06:41:09 +03:00
Minor jsonpath fixes.
Restore missed "make clean" rule, fix misspelling. John Naylor Discussion: https://postgr.es/m/CACPNZCt5B8jDCCGQiFoSuqmg-za_NCy4QDioBTLaNRih9+-bXg@mail.gmail.com
This commit is contained in:
@ -478,7 +478,7 @@ parsejsonpath(const char *str, int len)
|
||||
jsonpath_scanner_init(str, len);
|
||||
|
||||
if (jsonpath_yyparse((void *) &parseresult) != 0)
|
||||
jsonpath_yyerror(NULL, "bugus input");
|
||||
jsonpath_yyerror(NULL, "bogus input"); /* shouldn't happen */
|
||||
|
||||
jsonpath_scanner_finish();
|
||||
|
||||
|
Reference in New Issue
Block a user