projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b8e527
)
Fix typo in decode.c.
author
Amit Kapila
Mon, 4 Sep 2023 03:36:15 +0000
(09:06 +0530)
committer
Amit 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
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/replication/logical/decode.c
b/src/backend/replication/logical/decode.c
index 7039d425e26746f6ba140276225f814ee4bce0a5..730061c9da266d14b9f337e25c2f980888d7c411 100644
(file)
--- 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.
*/