1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-02 11:44:50 +03:00

Fix typo in xlog.c.

Author: Fujii Masao
Reviewed-by: Amit Kapila
Discussion: https://postgr.es/m/CAHGQGwH7dtYvOZZ8c0AG5AJwH5pfiRdKaCptY1_RdHy0HYeRfQ@mail.gmail.com
This commit is contained in:
Fujii Masao 2019-10-24 14:13:36 +09:00
parent 7e735035f2
commit 3b0c59ac1c

View File

@ -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