From: Fujii Masao Date: Thu, 24 Oct 2019 05:13:36 +0000 (+0900) Subject: Fix typo in xlog.c. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b0c59ac1c7d480821ed009b998dd6be7d2d851c;p=postgresql Fix typo in xlog.c. Author: Fujii Masao Reviewed-by: Amit Kapila Discussion: https://postgr.es/m/CAHGQGwH7dtYvOZZ8c0AG5AJwH5pfiRdKaCptY1_RdHy0HYeRfQ@mail.gmail.com --- diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index b602e28f61..46d4131899 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -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