Fix typo in decode.c.
authorAmit Kapila
Mon, 4 Sep 2023 03:36:15 +0000 (09:06 +0530)
committerAmit Kapila
Mon, 4 Sep 2023 03:36:15 +0000 (09:06 +0530)
Author: Hou Zhijie
Discussion: http://postgr.es/m/OS0PR01MB57162DFFFCFCDA2E4B95899394E4A@OS0PR01MB5716.jpnprd01.prod.outlook.com

src/backend/replication/logical/decode.c

index 7039d425e26746f6ba140276225f814ee4bce0a5..730061c9da266d14b9f337e25c2f980888d7c411 100644 (file)
@@ -1089,7 +1089,7 @@ DecodeTruncate(LogicalDecodingContext *ctx, XLogRecordBuffer *buf)
 }
 
 /*
- * Decode XLOG_HEAP2_MULTI_INSERT_insert record into multiple tuplebufs.
+ * Decode XLOG_HEAP2_MULTI_INSERT record into multiple tuplebufs.
  *
  * Currently MULTI_INSERT will always contain the full tuples.
  */