Skip to content

Commit a04761a

Browse files
Fix typo in header comment
Commit 4c04be9 accidentally left off the _id portion of the function name in the header comment. Author: Junwang Zhao <zhjwpku@gmail.com> Discussion: https://postgr.es/m/CAEG8a3LP+ytnAXSzR=yiEaQrde+iCybMHsuPn9n=UN3puV_1tw@mail.gmail.com
1 parent a9bc04b commit a04761a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/utils/adt/xid8funcs.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
* via functions such as SubTransGetTopmostTransaction().
1111
*
1212
* 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.
13+
* pg_current_xact_id, pg_current_snapshot and related fmgr functions, since
14+
* the only difference between them is whether they expose xid8 or int8 values
15+
* to users. The txid_XXX variants should eventually be dropped.
1616
*
1717
*
1818
* Copyright (c) 2003-2023, PostgreSQL Global Development Group

0 commit comments

Comments
 (0)