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:
parent
7e735035f2
commit
3b0c59ac1c
@ -3184,7 +3184,7 @@ XLogNeedsFlush(XLogRecPtr record)
|
||||
/*
|
||||
* 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
|
||||
* pre-existing file will be deleted). On return, true if a pre-existing
|
||||
|
Loading…
x
Reference in New Issue
Block a user