pgsql: Mention that tables have a visibility map fork alongside the main

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Mention that tables have a visibility map fork alongside the main
Date: 2009-04-23 10:20:27
Message-ID: 20090423102027.9475175331D@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-04-23 17:39:21 pgsql: Don't use the result of strcmp as if it were a boolean.
Previous Message Heikki Linnakangas 2009-04-23 10:09:11 pgsql: Improve the documentation on 8.4 visibility map related VACUUM