Обсуждение: pgsql/src/backend/storage/buffer bufmgr.c

Поиск
Список
Период
Сортировка

pgsql/src/backend/storage/buffer bufmgr.c

От
Tom Lane
Дата:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.org    01/07/02 14:47:18

Modified files:
    src/backend/storage/buffer: bufmgr.c

Log message:
    Make the found-a-buffer-when-we-were-expecting-to-extend-the-rel path
    actually work.  It had been throwing an Assert as of my recent changes
    to bufmgr.c, but was not really right even before that AFAICT.