Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error occurred while installing #5

Open
Amir-4m opened this issue Aug 9, 2020 · 0 comments
Open

Error occurred while installing #5

Amir-4m opened this issue Aug 9, 2020 · 0 comments

Comments

@Amir-4m
Copy link

Amir-4m commented Aug 9, 2020

hi,
after downloading the file and configuring it, when I used "make -s -j 4" an error occurred:

pg_publication.c: In function ‘publication_add_relation’: pg_publication.c:200:11: warning: passing argument 3 of ‘addRangeTableEntryForRelation’ makes integer from pointer without a cast [-Wint-conversion] NULL, false, false); ^~~~ In file included from pg_publication.c:39:0: ../../../src/include/parser/parse_relation.h:70:23: note: expected ‘int’ but argument is of type ‘void *’ extern RangeTblEntry *addRangeTableEntryForRelation(ParseState *pstate, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pg_publication.c:199:8: error: too few arguments to function ‘addRangeTableEntryForRelation’ rte = addRangeTableEntryForRelation(pstate, targetrel->relation, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from pg_publication.c:39:0: ../../../src/include/parser/parse_relation.h:70:23: note: declared here extern RangeTblEntry *addRangeTableEntryForRelation(ParseState *pstate, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <builtin>: recipe for target 'pg_publication.o' failed make[3]: *** [pg_publication.o] Error 1 make[3]: *** Waiting for unfinished jobs.... common.mk:39: recipe for target 'catalog-recursive' failed make[2]: *** [catalog-recursive] Error 2 make[2]: *** Waiting for unfinished jobs.... Makefile:42: recipe for target 'install-backend-recurse' failed make[1]: *** [install-backend-recurse] Error 2 GNUmakefile:11: recipe for target 'install-src-recurse' failed make: *** [install-src-recurse] Error 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant