pgsql: Fix description of DecodeInsert() in decode.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix description of DecodeInsert() in decode.c
Date: 2024-01-17 08:03:42
Message-ID: E1rQ0ti-001of3-Of@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix description of DecodeInsert() in decode.c

This incorrectly referred to deletes.

Author: Yongtao Huang
Reviewed-by: Richard Guo
Description: https://postgr.es/m/CAOe1Go0Czgvo9eiDqeFpaABwJu=gBK6qjrYzZGZLn=tKDX8AUw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/44ad5129ce19d22afe757a6b56e41eaa91304869

Modified Files
--------------
src/backend/replication/logical/decode.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2024-01-17 10:32:11 pgsql: Close socket in case of errors in setting non-blocking
Previous Message Michael Paquier 2024-01-17 06:55:26 pgsql: Remove some comments related to pqPipelineSync() and PQsendPipel