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

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

From
Tom Lane
Date:
  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.