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 a9bc04b commit a04761aCopy full SHA for a04761a
src/backend/utils/adt/xid8funcs.c
@@ -10,9 +10,9 @@
10
* via functions such as SubTransGetTopmostTransaction().
11
*
12
* These functions are used to support the txid_XXX functions and the newer
13
- * pg_current_xact, pg_current_snapshot and related fmgr functions, since the
14
- * only difference between them is whether they expose xid8 or int8 values to
15
- * users. The txid_XXX variants should eventually be dropped.
+ * pg_current_xact_id, pg_current_snapshot and related fmgr functions, since
+ * the only difference between them is whether they expose xid8 or int8 values
+ * to users. The txid_XXX variants should eventually be dropped.
16
17
18
* Copyright (c) 2003-2023, PostgreSQL Global Development Group
0 commit comments