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:43:36 +0000 (11:43 -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");
       
       
        txid_status(bigint)
-       txid_status
+       text
        report the status of the given transaction: committedabortedin progress, or null if the transaction ID is too old