Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita04761a

Browse files
Fix typo in header comment
Commit4c04be9 accidentally left off the _id portion of the functionname 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 parenta9bc04b commita04761a

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+
*theonly difference between them is whether they expose xid8 or int8 values
15+
*tousers. The txid_XXX variants should eventually be dropped.
1616
*
1717
*
1818
*Copyright (c) 2003-2023, PostgreSQL Global Development Group

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp