Thread: pgsql/src/backend/lib (hasht.c)

pgsql/src/backend/lib (hasht.c)

From
tgl@postgresql.org
Date:
  Date: Monday, January  1, 2001 @ 23:33:15
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/lib
     from hub.org:/home/projects/pgsql/tmp/cvs-serv76390/src/backend/lib

Modified Files:
    hasht.c

-----------------------------  Log Message  -----------------------------

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.