mirror of
https://github.com/postgres/postgres.git
synced 2025-05-08 07:21: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:
parent
7ceb6fb84c
commit
d10f774165
@ -17933,7 +17933,7 @@ SELECT collation for ('foo' COLLATE "de_DE");
|
|||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry><literal><function>txid_status(<parameter>bigint</parameter>)</function></literal></entry>
|
<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>
|
<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>
|
</row>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user