pgsql/src/backend/access/transam (xlogutils.c)

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/access/transam (xlogutils.c)
Date: 2001-01-02 04:33:15
Message-ID: 200101020433.f024XF476409@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Monday, January 1, 2001 @ 23:33:14
Author: tgl

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

Modified Files:
xlogutils.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.

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2001-01-02 04:33:19 pgsql/src/backend/storage/lmgr (lock.c)
Previous Message tgl 2001-01-02 02:13:48 pgsql/src/test/regress (pg_regress.sh)