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

Commitb8e2170

Browse files
committed
Fix comment for issue_xlog_fsync().
"segno" is the argument for the function, not "log" and "seg".Author: Antonin HouskaDiscussion:https://postgr.es/m/11863.1558361020@spoje.net
1 parentfc7c281 commitb8e2170

File tree

1 file changed

+1
-1
lines changed
  • src/backend/access/transam

1 file changed

+1
-1
lines changed

‎src/backend/access/transam/xlog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10065,7 +10065,7 @@ assign_xlog_sync_method(int new_sync_method, void *extra)
1006510065
* Issue appropriate kind of fsync (if any) for an XLOG output file.
1006610066
*
1006710067
* 'fd' is a file descriptor for the XLOG file to be fsync'd.
10068-
* 'log' and 'seg' are for error reporting purposes.
10068+
* 'segno' is for error reporting purposes.
1006910069
*/
1007010070
void
1007110071
issue_xlog_fsync(intfd,XLogSegNosegno)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp