Skip to content

Commit 44ad512

Browse files
committed
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
1 parent 061cc7e commit 44ad512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/replication/logical/decode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ DecodeAbort(LogicalDecodingContext *ctx, XLogRecordBuffer *buf,
890890
/*
891891
* Parse XLOG_HEAP_INSERT (not MULTI_INSERT!) records into tuplebufs.
892892
*
893-
* Deletes can contain the new tuple.
893+
* Inserts can contain the new tuple.
894894
*/
895895
static void
896896
DecodeInsert(LogicalDecodingContext *ctx, XLogRecordBuffer *buf)

0 commit comments

Comments
 (0)