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

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

From
[email protected] (Heikki Linnakangas)
Date:
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)