projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e73503
)
Fix typo in xlog.c.
author
Fujii Masao
<fujii@postgresql.org>
Thu, 24 Oct 2019 05:13:36 +0000
(14:13 +0900)
committer
Fujii 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
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/transam/xlog.c
b/src/backend/access/transam/xlog.c
index b602e28f6193b0712761c7d8d327d33cf7eaec50..46d41318992dae7fb92646cc1398062902e008b2 100644
(file)
--- 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.
+ * log
segno
: 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