]> git.ipfire.org Git - thirdparty/postgresql.git/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:42:02 +0000 (11:42 -0300)
Thinko in commit 857ee8e39.

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

index fee2970de7b355cca864a000b9f5e7d939015243..9f9448d2c80f109696304e04924fe01167aa0692 100644 (file)
@@ -17774,7 +17774,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>