Skip to content

Commit 1cfd878

Browse files
committed
Clarify documention workding for xip_list().
Simon Riggs
1 parent 409c144 commit 1cfd878

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

doc/src/sgml/func.sgml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.444 2008/09/06 00:01:21 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.445 2008/09/07 01:29:36 momjian Exp $ -->
22

33
<chapter id="functions">
44
<title>Functions and Operators</title>
@@ -12006,11 +12006,14 @@ SELECT pg_type_is_visible('myschema.widget'::regtype);
1200612006
<row>
1200712007
<entry><type>xip_list</type></entry>
1200812008
<entry>
12009-
Active txids at the time of the snapshot. All of them are between
12010-
<literal>xmin</> and <literal>xmax</>. A txid that is
12011-
<literal>xmin &lt;= txid &lt; xmax</literal> and not in this list was
12012-
already completed at the time of the snapshot, and thus either visible
12013-
or dead according to its commit status.
12009+
Active txids at the time of the snapshot. The list
12010+
includes only those active txids between <literal>xmin</>
12011+
and <literal>xmax</>; there might be active txids higher
12012+
than xmax. A txid that is <literal>xmin &lt;= txid &lt;
12013+
xmax</literal> and not in this list was already completed
12014+
at the time of the snapshot, and thus either visible or
12015+
dead according to its commit status. The list does not
12016+
include txids of subtransactions.
1201412017
</entry>
1201512018
</row>
1201612019

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy