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

pointcloud regression tests fail on 32 bit #256

Closed
df7cb opened this issue Jan 8, 2020 · 6 comments
Closed

pointcloud regression tests fail on 32 bit #256

df7cb opened this issue Jan 8, 2020 · 6 comments

Comments

@df7cb
Copy link
Contributor

df7cb commented Jan 8, 2020

The regression tests fail on Debian/i386:

9.4/regress ...
12:05:51 *** pgsql/regression.diffs ***
12:05:51 + echo *** pgsql/regression.diffs ***
12:05:51 + cat pgsql/regression.diffs
12:05:51 *** /tmp/autopkgtest.efWSUZ/tree/pgsql/expected/pointcloud_pg9.out	2020-01-07 20:42:28.000000000 +0000
12:05:51 --- /tmp/autopkgtest.efWSUZ/tree/pgsql/results/pointcloud_pg9.out	2020-01-08 11:05:49.799218922 +0000
12:05:51 ***************
12:05:51 *** 395,401 ****
12:05:51   SELECT Sum(PC_MemSize(pa)) FROM pa_test_dim;
12:05:51    sum 
12:05:51   -----
12:05:51 !  684
12:05:51   (1 row)
12:05:51   
12:05:51   SELECT Sum(PC_PatchMax(pa,'x')) FROM pa_test_dim;
12:05:51 --- 395,401 ----
12:05:51   SELECT Sum(PC_MemSize(pa)) FROM pa_test_dim;
12:05:51    sum 
12:05:51   -----
12:05:51 !  668
12:05:51   (1 row)
12:05:51   
12:05:51   SELECT Sum(PC_PatchMax(pa,'x')) FROM pa_test_dim;
12:05:51 ***************
12:05:51 *** 431,437 ****
12:05:51   SELECT Sum(PC_MemSize(pa)) FROM pa_test_dim;
12:05:51    sum  
12:05:51   ------
12:05:51 !  8733
12:05:51   (1 row)
12:05:51   
12:05:51   SELECT Max(PC_PatchMax(pa,'x')) FROM pa_test_dim;
12:05:51 --- 431,437 ----
12:05:51   SELECT Sum(PC_MemSize(pa)) FROM pa_test_dim;
12:05:51    sum  
12:05:51   ------
12:05:51 !  8713
12:05:51   (1 row)
12:05:51   
12:05:51   SELECT Max(PC_PatchMax(pa,'x')) FROM pa_test_dim;

All Debian/Ubuntu releases are affected.

@pblottiere
Copy link
Member

Thanks for the report @df7cb, I'm going to take a look asap.

@pblottiere
Copy link
Member

Hi @df7cb,

32 bit support should be fixed now. Let me know if you have more issue.

And sorry for the delay :/.

Thanks!

@df7cb
Copy link
Contributor Author

df7cb commented Jul 17, 2020

Hi,
could you tag a new pgpointcloud release so we get this fix into the Debian package?
Thanks!

@df7cb
Copy link
Contributor Author

df7cb commented Oct 19, 2020

Hi,
we need a new release for the Debian package please.

@pblottiere
Copy link
Member

Hello @df7cb,

I just released a 1.2.2 version with the corresponding fix (one and a half years later, shame on me :/).

@df7cb
Copy link
Contributor Author

df7cb commented May 25, 2022

Hi @pblottiere, thanks!

Unfortunately, there are more problems: #312, #313.

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

2 participants