Обсуждение: pgsql: Don't force creation of the FSM on searches.

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

pgsql: Don't force creation of the FSM on searches.

От
heikki@postgresql.org (Heikki Linnakangas)
Дата:
Log Message:
-----------
Don't force creation of the FSM on searches. It will still be created
as soon as the first page fills up, and is marked as (almost) full,
though.

Modified Files:
--------------
    pgsql/src/backend/storage/freespace:
        freespace.c (r1.68 -> r1.69)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/freespace/freespace.c?r1=1.68&r2=1.69)