postgresql/src/backend/utils/hash
Tom Lane 8a52b893b3 Further cleanup of dynahash.c API, in pursuit of portability and
readability.  Bizarre '(long *) TRUE' return convention is gone,
in favor of just raising an error internally in dynahash.c when
we detect hashtable corruption.  HashTableWalk is gone, in favor
of using hash_seq_search directly, since it had no hope of working
with non-LONGALIGNable datatypes.  Simplify some other code that was
made undesirably grotty by promixity to HashTableWalk.
2001-10-05 17:28:13 +00:00
..
dynahash.c Further cleanup of dynahash.c API, in pursuit of portability and 2001-10-05 17:28:13 +00:00
hashfn.c Another round of cleanups for dynahash.c (maybe it's finally clean of 2001-10-01 05:36:17 +00:00
Makefile
pg_crc.c