Fix typo in decode.c.

Author: Hou Zhijie
Discussion: http://postgr.es/m/OS0PR01MB57162DFFFCFCDA2E4B95899394E4A@OS0PR01MB5716.jpnprd01.prod.outlook.com
This commit is contained in:
Amit Kapila 2023-09-04 09:06:15 +05:30
parent 2b8e5273e9
commit e70ed4b1b8
1 changed files with 1 additions and 1 deletions

View 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.
*/