pgsql/src/backend/executor (execUtils.c)

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/executor (execUtils.c)
Date: 2000-06-19 23:40:48
Message-ID: 200006192340.e5JNem369861@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Monday, June 19, 2000 @ 19:40:47
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/executor
from hub.org:/home/projects/pgsql/tmp/cvs-serv69827/executor

Modified Files:
execUtils.c

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

Modify index-opening code to guarantee that the indexes of a relation
are opened in a consistent order by different backends (I ordered them
by index OID because that's easy, but any other consistent order would
do as well). This avoids potential deadlock for index types that we
acquire exclusive locks on ... ie, rtree.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-06-19 23:40:51 pgsql/src/backend/utils/cache (relcache.c)
Previous Message Tom Lane 2000-06-19 23:37:09 pgsql/src/backend/storage/smgr (md.c smgr.c)