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

int32_t hash #429

Closed
wants to merge 1 commit into from
Closed

Conversation

Algunenano
Copy link
Member

Should fix for https://trac.osgeo.org/postgis/ticket/4433

Use int32_t for the hashing functions

NOTE: We should alert that any indexes using HASH(geometry) need to be rebuilt since the hashing function changed.
NOTE 2: We should consider using the extended hash (64 bit) which was introduced for PG10 (I think: 81c5e46c490e2426db243eada186995da5bb0ba7)

@pramsey Since you recently modified this code, can you have a quick look?

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