Return type of txid_status is text, not txid_status
authorAlvaro Herrera
Thu, 23 Aug 2018 14:40:30 +0000 (11:40 -0300)
committerAlvaro Herrera
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");
       
       
        txid_status(bigint)
-       txid_status
+       text
        report the status of the given transaction: committedabortedin progress, or null if the transaction ID is too old