Clarify documention workding for xip_list().
authorBruce Momjian <bruce@momjian.us>
Sun, 7 Sep 2008 01:29:36 +0000 (01:29 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 7 Sep 2008 01:29:36 +0000 (01:29 +0000)
Simon Riggs

doc/src/sgml/func.sgml

index 308ccdf8d254f0982d316ff3e30f0ee948c164b9..edc1e373460666f29bd6e9fa4effd9098bd39ebf 100644 (file)
@@ -12006,11 +12006,14 @@ SELECT pg_type_is_visible('myschema.widget'::regtype);
       <row>
        <entry><type>xip_list</type></entry>
        <entry>
-        Active txids at the time of the snapshot.  All of them are between
-        <literal>xmin</> and <literal>xmax</>.  A txid that is
-        <literal>xmin &lt;= txid &lt; xmax</literal> and not in this list was
-        already completed at the time of the snapshot, and thus either visible
-        or dead according to its commit status.
+        Active txids at the time of the snapshot.  The list
+        includes only those active txids between <literal>xmin</>
+        and <literal>xmax</>; there might be active txids higher
+        than xmax.  A txid that is <literal>xmin &lt;= txid &lt;
+        xmax</literal> and not in this list was already completed
+        at the time of the snapshot, and thus either visible or
+        dead according to its commit status.  The list does not
+        include txids of subtransactions.
        </entry>
       </row>