]> granicus.if.org Git - postgresql/commitdiff
Return type of txid_status is text, not txid_status
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 23 Aug 2018 14:40:30 +0000 (11:40 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 23 Aug 2018 14:41:43 +0000 (11:41 -0300)
Thinko in commit 857ee8e39.

Discovered-by: Gianni Ciolli
doc/src/sgml/func.sgml

index eaf8fbdf62aa27c772fee0ef2c7d6922b890b091..bb794e044f469f494d7900b386e8b1a0e259deab 100644 (file)
@@ -17933,7 +17933,7 @@ SELECT collation for ('foo' COLLATE "de_DE");
       </row>
       <row>
        <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>
       </row>
      </tbody>