Typo in xlog.c

Started by Michael Paquieralmost 8 years ago3 messages
#1Michael Paquier
michael@paquier.xyz
1 attachment(s)

Hi all,

I just bumped into the attached.
Thanks,
--
Michael

Attachments:

typo-xlog.patchtext/x-diff; charset=us-asciiDownload
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
#2Magnus Hagander
magnus@hagander.net
In reply to: Michael Paquier (#1)
Re: Typo in xlog.c

On Fri, Mar 30, 2018 at 10:01 AM, Michael Paquier <michael@paquier.xyz>
wrote:

Hi all,

I just bumped into the attached.

Thanks, applied.

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/&gt;
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/&gt;

#3Michael Paquier
michael@paquier.xyz
In reply to: Magnus Hagander (#2)
Re: Typo in xlog.c

On Fri, Mar 30, 2018 at 12:35:45PM +0200, Magnus Hagander wrote:

Thanks, applied.

Thanks, Magnus.
--
Michael