Further cleanup of dynahash.c API, in pursuit of portability and

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 8a52b893b3d83c6dc796fae6a07a4ac30c871fc4
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-10-05T17:28:13Z
Releases: 7.2.1
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.

Files