mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
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
This commit is contained in:
parent
061cc7eaca
commit
44ad5129ce
@ -890,7 +890,7 @@ DecodeAbort(LogicalDecodingContext *ctx, XLogRecordBuffer *buf,
|
|||||||
/*
|
/*
|
||||||
* Parse XLOG_HEAP_INSERT (not MULTI_INSERT!) records into tuplebufs.
|
* Parse XLOG_HEAP_INSERT (not MULTI_INSERT!) records into tuplebufs.
|
||||||
*
|
*
|
||||||
* Deletes can contain the new tuple.
|
* Inserts can contain the new tuple.
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
DecodeInsert(LogicalDecodingContext *ctx, XLogRecordBuffer *buf)
|
DecodeInsert(LogicalDecodingContext *ctx, XLogRecordBuffer *buf)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user