mirror of
https://github.com/postgres/postgres.git
synced 2026-04-27 00:58:45 -04: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
cb282eab1a
commit
3f722ae26a
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue