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

pg_hint_plan build issue with PostgreSQL-10.8 #31

Closed
semabtariq1 opened this issue May 14, 2019 · 5 comments
Closed

pg_hint_plan build issue with PostgreSQL-10.8 #31

semabtariq1 opened this issue May 14, 2019 · 5 comments

Comments

@semabtariq1
Copy link

semabtariq1 commented May 14, 2019

I was trying to build pg_hint_plan with latest PostgreSQL-10.8 on centos-6 and 7 it fails. Please find the error detail below

core.c:1402:1: error: static declaration of 'is_dummy_rel' follows non-static declaration
 is_dummy_rel(RelOptInfo *rel)
 ^
In file included from pg_hint_plan.c:20:0:
PostgreSQL-inst-dir/10.8/include/server/nodes/relation.h:1195:13: note: previous declaration of 'is_dummy_rel' was here
 extern bool is_dummy_rel(RelOptInfo *rel);

@jk-shah
Copy link

jk-shah commented May 22, 2019

It is broken for both 10.8 and 11.3 release with the fixes done I believe in this commit.
postgres/postgres@1d33858

pg_hint_plan for both 10 and 11 needs to be updated.

@yamatattsu
Copy link
Member

yamatattsu commented May 31, 2019 via email

@jk-shah
Copy link

jk-shah commented Jul 24, 2019

Hi Tatsuro,

Any update?

Thanks.

@yamatattsu
Copy link
Member

yamatattsu commented Jul 25, 2019 via email

@horiguti
Copy link
Contributor

Sorry for the delay but it is alrady fixed.

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

4 participants