Thanks to visit codestin.com Credit goes to github.com
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 7e73503 commit 3b0c59aCopy full SHA for 3b0c59a
src/backend/access/transam/xlog.c
@@ -3184,7 +3184,7 @@ XLogNeedsFlush(XLogRecPtr record)
3184
/*
3185
* Create a new XLOG file segment, or open a pre-existing one.
3186
*
3187
- * log, seg: identify segment to be created/opened.
+ * logsegno: identify segment to be created/opened.
3188
3189
* *use_existent: if true, OK to use a pre-existing file (else, any
3190
* pre-existing file will be deleted). On return, true if a pre-existing
0 commit comments