pgsql/src/backend/utils/cache (catcache.c)

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/cache (catcache.c)
Date: 2000-08-06 04:17:46
Message-ID: 200008060417.e764HkU69994@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

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

Modified Files:
catcache.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:18:24 pgsql/src/backend/access/transam (xact.c)
Previous Message Tom Lane 2000-08-06 04:17:15 pgsql/src/include/utils (catcache.h)