Commit 3b0c59ac authored by Fujii Masao's avatar Fujii Masao

Fix typo in xlog.c.

Author: Fujii Masao
Reviewed-by: Amit Kapila
Discussion: https://postgr.es/m/CAHGQGwH7dtYvOZZ8c0AG5AJwH5pfiRdKaCptY1_RdHy0HYeRfQ@mail.gmail.com
parent 7e735035
...@@ -3184,7 +3184,7 @@ XLogNeedsFlush(XLogRecPtr record) ...@@ -3184,7 +3184,7 @@ XLogNeedsFlush(XLogRecPtr record)
/* /*
* Create a new XLOG file segment, or open a pre-existing one. * Create a new XLOG file segment, or open a pre-existing one.
* *
* log, seg: identify segment to be created/opened. * logsegno: identify segment to be created/opened.
* *
* *use_existent: if true, OK to use a pre-existing file (else, any * *use_existent: if true, OK to use a pre-existing file (else, any
* pre-existing file will be deleted). On return, true if a pre-existing * pre-existing file will be deleted). On return, true if a pre-existing
......
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