pgsql: Mention that tables have a visibility map fork alongside the main - Mailing list pgsql-committers

From heikki@postgresql.org (Heikki Linnakangas)
Subject pgsql: Mention that tables have a visibility map fork alongside the main
Date
Msg-id 20090423102027.9475175331D@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Mention that tables have a visibility map fork alongside the main fork
and FSM.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        storage.sgml (r1.26 -> r1.27)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/storage.sgml?r1=1.26&r2=1.27)

pgsql-committers by date:

Previous
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: Improve the documentation on 8.4 visibility map related VACUUM
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Don't use the result of strcmp as if it were a boolean.