Jeff Janes <jeff.ja...@gmail.com> writes: > I think these files have to be cleaned up by "make maintainer-clean"
> ./src/backend/utils/adt/jsonpath_gram.c > ./src/backend/utils/adt/jsonpath_scan.c Good point. I also see jsonpath_gram.h left behind after maintainer-clean: $ git status --ignored On branch master Your branch is up-to-date with 'origin/master'. Ignored files: (use "git add -f <file>..." to include in what will be committed) src/backend/utils/adt/jsonpath_gram.c src/backend/utils/adt/jsonpath_scan.c src/include/utils/jsonpath_gram.h Looks like whoever modified src/backend/Makefile's distprep target didn't bother to read the comment. regards, tom lane