Commit b8e2170e authored by Fujii Masao's avatar Fujii Masao

Fix comment for issue_xlog_fsync().

"segno" is the argument for the function, not "log" and "seg".

Author: Antonin Houska
Discussion: https://postgr.es/m/11863.1558361020@spoje.net
parent fc7c281f
...@@ -10065,7 +10065,7 @@ assign_xlog_sync_method(int new_sync_method, void *extra) ...@@ -10065,7 +10065,7 @@ assign_xlog_sync_method(int new_sync_method, void *extra)
* Issue appropriate kind of fsync (if any) for an XLOG output file. * Issue appropriate kind of fsync (if any) for an XLOG output file.
* *
* 'fd' is a file descriptor for the XLOG file to be fsync'd. * 'fd' is a file descriptor for the XLOG file to be fsync'd.
* 'log' and 'seg' are for error reporting purposes. * 'segno' is for error reporting purposes.
*/ */
void void
issue_xlog_fsync(int fd, XLogSegNo segno) issue_xlog_fsync(int fd, XLogSegNo segno)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment