Thread: Fix a typo of func DecodeInsert()

Fix a typo of func DecodeInsert()

From
Yongtao Huang
Date:
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