Fix a typo of func DecodeInsert() - Mailing list pgsql-hackers

From Yongtao Huang
Subject Fix a typo of func DecodeInsert()
Date
Msg-id CAOe1Go0Czgvo9eiDqeFpaABwJu=gBK6qjrYzZGZLn=tKDX8AUw@mail.gmail.com
Whole thread Raw
Responses Re: Fix a typo of func DecodeInsert()
List pgsql-hackers
Hi all,
I think the comment above the function DecodeInsert() in src/backend/replication/logical/decode.c should be
+ * Inserts can contain the new tuple.
, rather than
- * Deletes can contain the new tuple.

Please correct me if I'm wrong, thanks a lot.
Attachment

pgsql-hackers by date:

Previous
From: Peter Smith
Date:
Subject: Re: Synchronizing slots from primary to standby
Next
From: Richard Guo
Date:
Subject: Re: Fix a typo of func DecodeInsert()