Skip to content

Commit d10f774

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

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
@@ -17933,7 +17933,7 @@ SELECT collation for ('foo' COLLATE "de_DE");
1793317933
</row>
1793417934
<row>
1793517935
<entry><literal><function>txid_status(<parameter>bigint</parameter>)</function></literal></entry>
17936-
<entry><type>txid_status</type></entry>
17936+
<entry><type>text</type></entry>
1793717937
<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>
1793817938
</row>
1793917939
</tbody>

0 commit comments

Comments
 (0)