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

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/access/transam (xact.c)
Date: 2000-11-10 00:33:09
Message-ID: 200011100033.eAA0X9C74639@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Thursday, November 9, 2000 @ 19:33:08
Author: tgl

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

Modified Files:
xact.c

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

Clean up syscache so that recursive invocation is safe, and remove error
message about recursive use of a syscache. Also remove most of the
specialized indexscan routines in indexing.c --- it turns out that
catcache.c is perfectly able to perform the indexscan for itself,
in fact has already looked up all the information needed to do so!
This should be faster as well as needing far less boilerplate code.

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2000-11-10 00:33:10 pgsql/src/backend/catalog (indexing.c)
Previous Message petere 2000-11-09 19:00:50 pgsql/src/backend/port/dynloader (darwin.c darwin.h)