pgsql: Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we
Дата
Msg-id 20060107224541.A6D369DC9CD@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we try to
use it.  While it normally has been opened earlier during btree index
build, testing shows that it's possible for the link to be closed again
if an sinval reset occurs while the index is being built.

Modified Files:
--------------
    pgsql/src/backend/access/nbtree:
        nbtsort.c (r1.96 -> r1.97)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/nbtree/nbtsort.c.diff?r1=1.96&r2=1.97)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Add comment explaining why RelationOpenSmgr() call is not needed.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we