okbob/plpgsql_check

compile error with postgres master branch

neiaberau opened this issue · 2 comments

not urgent, just got another error when trying to build, which worked before:

I get
src/parser.c: In function ‘get_type_internal’:
src/parser.c:814:13: error: too few arguments to function ‘typeStringToTypeName’
814 | typeName = typeStringToTypeName(typestr);
| ^~~~~~~~~~~~~~~~~~~~
In file included from src/parser.c:19:
/u01/app/postgres/product/16dev/include/server/parser/parse_type.h:54:18: note: declared here
54 | extern TypeName *typeStringToTypeName(const char *str, Node *escontext);
| ^~~~~~~~~~~~~~~~~~~~

probably related to postgres commit
git show --stat 858e776c84f

okbob commented

should be fixed now, thank you for echo

perfect