pgsql: Don't force creation of the FSM on searches. - Mailing list pgsql-committers

From [email protected] (Heikki Linnakangas)
Subject pgsql: Don't force creation of the FSM on searches.
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: [email protected] (Peter Eisentraut)
Date:
Subject: pgsql: Add that PL/Java is an implementation of SQL/JRT, and drop claim
Next
From: [email protected] (Heikki Linnakangas)
Date:
Subject: pgsql: Fix obsolete comment regarding FSM truncation.