Minor typo in reorderbuffer.c

Started by vinayakabout 9 years ago2 messages
#1vinayak
Pokale_Vinayak_q3@lab.ntt.co.jp
1 attachment(s)

Hi,

Attached patch fixes a typo in reorderbuffer.c

s/messsage/message/g

Regards,

Vinayak Pokale

NTT Open Source Software Center

Attachments:

typo-reorderbuffer-c.patchapplication/x-download; name=typo-reorderbuffer-c.patchDownload
diff --git a/src/backend/replication/logical/reorderbuffer.c b/src/backend/replication/logical/reorderbuffer.c
index 6ad7e7d..fa84bd8 100644
--- a/src/backend/replication/logical/reorderbuffer.c
+++ b/src/backend/replication/logical/reorderbuffer.c
@@ -2552,7 +2552,7 @@ ReorderBufferRestoreChange(ReorderBuffer *rb, ReorderBufferTXN *txn,
 				Assert(change->data.msg.prefix[prefix_size - 1] == '\0');
 				data += prefix_size;
 
-				/* read the messsage */
+				/* read the message */
 				memcpy(&change->data.msg.message_size, data, sizeof(Size));
 				data += sizeof(Size);
 				change->data.msg.message = MemoryContextAlloc(rb->context,
#2Heikki Linnakangas
hlinnaka@iki.fi
In reply to: vinayak (#1)
Re: Minor typo in reorderbuffer.c

On 10/26/2016 08:37 AM, vinayak wrote:

Attached patch fixes a typo in reorderbuffer.c

s/messsage/message/g

Fixed, thanks.

- Heikki

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers