Clean up non-reentrant interface for hash_seq/HashTableWalk, so that

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

Commit: 1b8a219eefb9235f0fdc8ebc2afb6887932dce02
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-01-02T04:33:24Z
Releases: 7.1.1
Clean up non-reentrant interface for hash_seq/HashTableWalk, so that
starting a new hashtable search no longer clobbers any other search
active anywhere in the system.  Fix RelationCacheInvalidate() so that
it will not crash or go into an infinite loop if invoked recursively,
as for example by a second SI Reset message arriving while we are still
processing a prior one.

Files