We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3315020 commit afc9635Copy full SHA for afc9635
src/backend/utils/adt/txid.c
@@ -321,7 +321,8 @@ parse_snapshot(const char *str)
321
/*
322
* txid_current() returns int8
323
*
324
- * Return the current toplevel transaction ID as TXID
+ * Return the current toplevel transaction ID as TXID
325
+ * If the current transaction does not have one, one is assigned.
326
*/
327
Datum
328
txid_current(PG_FUNCTION_ARGS)
0 commit comments