From: Magnus Hagander Date: Fri, 30 Mar 2018 10:35:13 +0000 (+0200) Subject: Fix typo in comment X-Git-Tag: REL_11_BETA1~426 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=019fa576ca8298ecb7b8ded6e0c857840b57a4ae;p=postgresql Fix typo in comment Author: Michael Paquier --- diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index cb9c2a29cb..0bca449eac 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