pgsql/src/include/utils (hsearch.h) - Mailing list pgsql-committers

From tgl@postgresql.org
Subject pgsql/src/include/utils (hsearch.h)
Date
Msg-id 200101020433.f024XQI76606@hub.org
Whole thread Raw
List pgsql-committers
  Date: Monday, January  1, 2001 @ 23:33:25
Author: tgl

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

Modified Files:
    hsearch.h

-----------------------------  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.


pgsql-committers by date:

Previous
From: tgl@postgresql.org
Date:
Subject: pgsql/src/backend/utils/mmgr (portalmem.c)
Next
From: tgl@postgresql.org
Date:
Subject: pgsql/doc/src/sgml (regress.sgml)