diff options
author | Amit Kapila <akapila@postgresql.org> | 2023-09-04 09:06:15 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2023-09-04 09:06:15 +0530 |
commit | e70ed4b1b87d22b47955c2bdee567ef8424e6df8 (patch) | |
tree | 75ec2062d7e18291a4fa95cc071401d61388cf66 /src | |
parent | 2b8e5273e949003f299ddcae5f8c4b44c6eb9edc (diff) | |
download | postgresql-e70ed4b1b87d22b47955c2bdee567ef8424e6df8.tar.gz postgresql-e70ed4b1b87d22b47955c2bdee567ef8424e6df8.zip |
Fix typo in decode.c.
Author: Hou Zhijie
Discussion: http://postgr.es/m/OS0PR01MB57162DFFFCFCDA2E4B95899394E4A@OS0PR01MB5716.jpnprd01.prod.outlook.com
Diffstat (limited to 'src')
-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. */ |