Skip to content

Commit 3f722ae

Browse files
committed
Return type of txid_status is text, not txid_status
Thinko in commit 857ee8e. Discovered-by: Gianni Ciolli
1 parent cb282ea commit 3f722ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/func.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17774,7 +17774,7 @@ SELECT collation for ('foo' COLLATE "de_DE");
1777417774
</row>
1777517775
<row>
1777617776
<entry><literal><function>txid_status(<parameter>bigint</parameter>)</function></literal></entry>
17777-
<entry><type>txid_status</type></entry>
17777+
<entry><type>text</type></entry>
1777817778
<entry>report the status of the given transaction: <literal>committed</literal>, <literal>aborted</literal>, <literal>in progress</literal>, or null if the transaction ID is too old</entry>
1777917779
</row>
1778017780
</tbody>

0 commit comments

Comments
 (0)