mirror of
https://github.com/postgres/postgres.git
synced 2025-07-23 03:21:12 +03:00
Add C comment that txid_current() assigns an XID if one is not already
assigned.
This commit is contained in:
@ -322,6 +322,7 @@ bad_format:
|
||||
* txid_current() returns int8
|
||||
*
|
||||
* Return the current toplevel transaction ID as TXID
|
||||
* If the current transaction does not have one, one is assigned.
|
||||
*/
|
||||
Datum
|
||||
txid_current(PG_FUNCTION_ARGS)
|
||||
|
Reference in New Issue
Block a user