Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1cfd878

Browse files
committed
Clarify documention workding for xip_list().
Simon Riggs
1 parent409c144 commit1cfd878

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/0701: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)

[8]ページ先頭

©2009-2025 Movatter.jp