Fix a typo of func DecodeInsert()

From: Yongtao Huang <yongtaoh2022(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Fix a typo of func DecodeInsert()
Date: 2024-01-17 00:46:55
Message-ID: CAOe1Go0Czgvo9eiDqeFpaABwJu=gBK6qjrYzZGZLn=tKDX8AUw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
0001-Fix-a-typo-of-func-DecodeInsert.patch application/octet-stream 918 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Richard Guo 2024-01-17 01:10:33 Re: Fix a typo of func DecodeInsert()
Previous Message Peter Smith 2024-01-17 00:42:01 Re: Synchronizing slots from primary to standby