mirror of
https://github.com/postgres/postgres.git
synced 2025-06-01 14:21:49 +03:00
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.