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

Commitf9cb8bd

Browse files
committed
Fix comment in xact.h
xl_xact_relfilenodes refers to a number of relations, not XIDs, whoserelfilenodes are processed.Author: Yu KimuraDiscussion:https://postgr.es/m/a6ba6cf6bd0c990e019f008bae83437f@oss.nttdata.com
1 parent6969dee commitf9cb8bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/include/access/xact.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ typedef struct xl_xact_subxacts
239239

240240
typedefstructxl_xact_relfilenodes
241241
{
242-
intnrels;/* number ofsubtransaction XIDs */
242+
intnrels;/* number ofrelations */
243243
RelFileNodexnodes[FLEXIBLE_ARRAY_MEMBER];
244244
}xl_xact_relfilenodes;
245245
#defineMinSizeOfXactRelfilenodes offsetof(xl_xact_relfilenodes, xnodes)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp