]> granicus.if.org Git - postgresql/commitdiff
Fix typo in xlog.c.
authorFujii Masao <fujii@postgresql.org>
Thu, 24 Oct 2019 05:13:36 +0000 (14:13 +0900)
committerFujii Masao <fujii@postgresql.org>
Thu, 24 Oct 2019 05:13:36 +0000 (14:13 +0900)
Author: Fujii Masao
Reviewed-by: Amit Kapila
Discussion: https://postgr.es/m/CAHGQGwH7dtYvOZZ8c0AG5AJwH5pfiRdKaCptY1_RdHy0HYeRfQ@mail.gmail.com

src/backend/access/transam/xlog.c

index b602e28f6193b0712761c7d8d327d33cf7eaec50..46d41318992dae7fb92646cc1398062902e008b2 100644 (file)
@@ -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