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

Not support ARM server? #7825

Closed
laixiong opened this issue May 30, 2019 · 4 comments
Closed

Not support ARM server? #7825

laixiong opened this issue May 30, 2019 · 4 comments

Comments

@laixiong
Copy link
Contributor

We added hyperloglog plugin(https://github.com/citusdata/postgresql-hll) within greenplum-db-5.0.0 in x86_64 server.
But now We using ARM server, when compile greenplum-db-5.16.0 , it success. bu when wen compile hyperloglog , it failed, error happend in file postgres.h , Could some one can resove this ?

Greenplum version or build

5.16.0

OS version and uname -a

4.11.0-44-e17a.aarch64

autoconf options used ( config.status --config )

--with-perl --with-libxml --perfix=/usr/loca/gpdb-5.15.0 --with-apr-config=/usr/bin/apr-1-config --disable-gpcloud

@Eulerizeit
Copy link

Eulerizeit commented May 30, 2019

Is the ask that we fix the CitusData HLL code to work with Greenplum on ARM? If it is our HLL code then you are linking the wrong thing. If it is the Citus code you need to talk to them.

@laixiong
Copy link
Contributor Author

Is the ask that we fix the CitusData HLL code to work with Greenplum on ARM? If it is our HLL code then you are linking the wrong thing. If it is the Citus code you need to talk to them.

nope, I think the error maybe in postgres.h of gpdb , because CitusData HLL code could compile success with postgresql source code in arm server .

@d
Copy link
Contributor

d commented May 30, 2019

Hi @laixiong

Thank you for your interest in Greenplum Database!

We added hyperloglog plugin(https://github.com/citusdata/postgresql-hll) within greenplum-db-5.0.0 in x86_64 server.

Can you give us more context? Do you have a source repository published anywhere? Are you on AArch64? What compilation error did you see?

Also, are you aware of the users mailing list gpdb-users@greenplum.org? Your question may not fit well as a Github issue

Regards,
Jesse

@laixiong
Copy link
Contributor Author

I am sorry for this issue, Now I recognized that I'm used the incorrect version of that extension, When I tried the lower version , build success . (because the lastest version requires newer version of postgres.h.
So I close this issue.

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

3 participants