mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 10:30:33 +03:00 
			
		
		
		
	Return type of txid_status is text, not txid_status
Thinko in commit 857ee8e39.
Discovered-by: Gianni Ciolli
			
			
This commit is contained in:
		| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user