pgsql/src/backend/utils/cache relcache.c

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql/src/backend/utils/cache relcache.c
Дата
Msg-id 200104022330.f32NU5Y41045@hub.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.org    01/04/02 19:30:04

Modified files:
    src/backend/utils/cache: relcache.c

Log message:
    Restore pre-7.1 behavior of allowing DROP of a table whose underlying
    physical file has disappeared.  There is no really good reason why
    relcache should be opening the underlying file at all, AFAICS.
    In any case we needn't raise a hard error here.


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql/src/backend/storage/smgr md.c
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql/src/backend/storage/file fd.c