Skip to content
Snippets Groups Projects
Commit afc9635c authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Add C comment that txid_current() assigns an XID if one is not already

assigned.
parent 3315020a
No related branches found
No related tags found
No related merge requests found
...@@ -321,7 +321,8 @@ bad_format: ...@@ -321,7 +321,8 @@ bad_format:
/* /*
* txid_current() returns int8 * txid_current() returns int8
* *
* Return the current toplevel transaction ID as TXID * Return the current toplevel transaction ID as TXID
* If the current transaction does not have one, one is assigned.
*/ */
Datum Datum
txid_current(PG_FUNCTION_ARGS) txid_current(PG_FUNCTION_ARGS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment