We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc7c281 commit b8e2170Copy full SHA for b8e2170
src/backend/access/transam/xlog.c
@@ -10065,7 +10065,7 @@ assign_xlog_sync_method(int new_sync_method, void *extra)
10065
* Issue appropriate kind of fsync (if any) for an XLOG output file.
10066
*
10067
* 'fd' is a file descriptor for the XLOG file to be fsync'd.
10068
- * 'log' and 'seg' are for error reporting purposes.
+ * 'segno' is for error reporting purposes.
10069
*/
10070
void
10071
issue_xlog_fsync(int fd, XLogSegNo segno)
0 commit comments