pgsql: In the new dispensation where REINDEX doesn't take exclusive lock

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: In the new dispensation where REINDEX doesn't take exclusive lock
Дата
Msg-id 20041025154202.D12373A4136@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
In the new dispensation where REINDEX doesn't take exclusive lock on
the parent table, it's essential that all index accesses take some kind
of lock on the index.  I had missed vacuumlazy.c :-( ...

Modified Files:
--------------
    pgsql/src/backend/commands:
        vacuumlazy.c (r1.47 -> r1.48)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/vacuumlazy.c.diff?r1=1.47&r2=1.48)

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

Предыдущее
От: dpage@pgfoundry.org (User Dpage)
Дата:
Сообщение: pginstaller - pginst: Version number bump.
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Make heap_fetch API more consistent by having the buffer remain