diff options
author | Amit Kapila | 2023-09-04 03:36:15 +0000 |
---|---|---|
committer | Amit Kapila | 2023-09-04 03:36:15 +0000 |
commit | e70ed4b1b87d22b47955c2bdee567ef8424e6df8 (patch) | |
tree | 75ec2062d7e18291a4fa95cc071401d61388cf66 /src/backend | |
parent | 2b8e5273e949003f299ddcae5f8c4b44c6eb9edc (diff) |
Fix typo in decode.c.
Author: Hou Zhijie
Discussion: http://postgr.es/m/OS0PR01MB57162DFFFCFCDA2E4B95899394E4A@OS0PR01MB5716.jpnprd01.prod.outlook.com
Diffstat (limited to 'src/backend')
-rw-r--r-- | src/backend/replication/logical/decode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/logical/decode.c b/src/backend/replication/logical/decode.c index 7039d425e26..730061c9da2 100644 --- a/src/backend/replication/logical/decode.c +++ b/src/backend/replication/logical/decode.c @@ -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. */ |