1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-01 14:21:49 +03:00
Tom Lane a1dfaef6c6 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.
2000-06-19 23:40:48 +00:00
..
1998-11-19 02:39:51 +00:00
2000-06-19 00:51:23 +00:00
1999-07-30 03:45:57 +00:00
Hi!
2000-01-18 19:05:31 +00:00