diff options
author | Fujii Masao <fujii@postgresql.org> | 2019-10-24 14:13:36 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2019-10-24 14:13:36 +0900 |
commit | 3b0c59ac1c7d480821ed009b998dd6be7d2d851c (patch) | |
tree | 534b04e32e6e72ffa20f6b44a7104e8856a641cd /src/backend/access/transam/xlog.c | |
parent | 7e735035f208418f31b91846ae3e8a381edb3af3 (diff) | |
download | postgresql-3b0c59ac1c7d480821ed009b998dd6be7d2d851c.tar.gz postgresql-3b0c59ac1c7d480821ed009b998dd6be7d2d851c.zip |
Fix typo in xlog.c.
Author: Fujii Masao
Reviewed-by: Amit Kapila
Discussion: https://postgr.es/m/CAHGQGwH7dtYvOZZ8c0AG5AJwH5pfiRdKaCptY1_RdHy0HYeRfQ@mail.gmail.com
Diffstat (limited to 'src/backend/access/transam/xlog.c')
-rw-r--r-- | src/backend/access/transam/xlog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index b602e28f619..46d41318992 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 |