Обсуждение: pgsql/src backend/commands/dbcommands.c backen ...

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

pgsql/src backend/commands/dbcommands.c backen ...

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

Modified files:
    src/backend/commands: dbcommands.c vacuum.c
    src/backend/storage/freespace: freespace.c
    src/backend/storage/smgr: smgr.c
    src/include/storage: block.h freespace.h

Log message:
    First non-stub implementation of shared free space map.  It's not super
    useful as yet, since its primary source of information is (full) VACUUM,
    which makes a concerted effort to get rid of free space before telling
    the map about it ... next stop is concurrent VACUUM ...