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

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/access/transam (xact.c)
Date: 2000-08-06 04:18:24
Message-ID: 200008060418.e764IOu70206@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Sunday, August 6, 2000 @ 00:17:47
Author: tgl

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

Modified Files:
xact.c

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

Ensure that catcache 'busy' flags are reset at transaction abort.
Without this, an elog during cache-entry load leaves that catcache
unusable. elog in that segment of code is pretty unusual but it can
happen.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-08-06 04:26:27 pgsql/src/backend/executor (execMain.c)
Previous Message Tom Lane 2000-08-06 04:17:46 pgsql/src/backend/utils/cache (catcache.c)