iCyberon / pg_hashids

Short unique id generator for PostgreSQL, using hashids
MIT License
280 stars 24 forks source link

fixed perms, moved to use palloc0/pfree #16

Closed EvanCarroll closed 5 years ago

EvanCarroll commented 5 years ago

This removes calloc, and free which should never be used in a PostgreSQL extension.

iCyberon commented 5 years ago

@EvanCarroll thanks for contribution, will check and merge