Commit d10f7741 authored by Alvaro Herrera's avatar Alvaro Herrera

Return type of txid_status is text, not txid_status

Thinko in commit 857ee8e3.

Discovered-by: Gianni Ciolli
parent 7ceb6fb8
...@@ -17933,7 +17933,7 @@ SELECT collation for ('foo' COLLATE "de_DE"); ...@@ -17933,7 +17933,7 @@ SELECT collation for ('foo' COLLATE "de_DE");
</row> </row>
<row> <row>
<entry><literal><function>txid_status(<parameter>bigint</parameter>)</function></literal></entry> <entry><literal><function>txid_status(<parameter>bigint</parameter>)</function></literal></entry>
<entry><type>txid_status</type></entry> <entry><type>text</type></entry>
<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> <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>
</row> </row>
</tbody> </tbody>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment