aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2018-03-30 12:35:13 +0200
committerMagnus Hagander <magnus@hagander.net>2018-03-30 12:35:13 +0200
commit019fa576ca8298ecb7b8ded6e0c857840b57a4ae (patch)
tree015e671674705c8d7952488d7e7b3031435e3398 /src/backend/access/transam/xlog.c
parent3da7502cd00ddf8228c9a4a7e4a08725decff99c (diff)
downloadpostgresql-019fa576ca8298ecb7b8ded6e0c857840b57a4ae.tar.gz
postgresql-019fa576ca8298ecb7b8ded6e0c857840b57a4ae.zip
Fix typo in comment
Author: Michael Paquier <michael@paquier.xyz>
Diffstat (limited to 'src/backend/access/transam/xlog.c')
-rw-r--r--src/backend/access/transam/xlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c
index cb9c2a29cb0..0bca449eacf 100644
--- a/src/backend/access/transam/xlog.c
+++ b/src/backend/access/transam/xlog.c
@@ -2157,7 +2157,7 @@ AdvanceXLInsertBuffer(XLogRecPtr upto, bool opportunistic)
/*
* If online backup is not in progress, mark the header to indicate
- * that* WAL records beginning in this page have removable backup
+ * that WAL records beginning in this page have removable backup
* blocks. This allows the WAL archiver to know whether it is safe to
* compress archived WAL data by transforming full-block records into
* the non-full-block format. It is sufficient to record this at the