Skip to content
Snippets Groups Projects
Commit 5999e78f authored by Tom Lane's avatar Tom Lane
Browse files

Another round of cleanups for dynahash.c (maybe it's finally clean of

portability issues).  Caller-visible data structures are now allocated
on MAXALIGN boundaries, allowing safe use of datatypes wider than 'long'.
Rejigger hash_create API so that caller specifies size of key and
total size of entry, not size of key and size of rest of entry.
This simplifies life considerably since each number is just a sizeof(),
and padding issues etc. are taken care of automatically.
parent f5817966
No related branches found
No related tags found
No related merge requests found
Showing
with 526 additions and 684 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment