projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa1351f
)
Fix typo in comment
author
Peter Eisentraut
Thu, 27 Apr 2017 01:12:35 +0000
(21:12 -0400)
committer
Peter Eisentraut
Thu, 27 Apr 2017 01:13:01 +0000
(21:13 -0400)
Author: Masahiko Sawada
src/backend/replication/logical/worker.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/replication/logical/worker.c
b/src/backend/replication/logical/worker.c
index fa4f3b652d5e72fcb8a9a639fc6c195813ba072e..2d7770d4dc1502db71e338a72701c8b60b371f1c 100644
(file)
--- a/
src/backend/replication/logical/worker.c
+++ b/
src/backend/replication/logical/worker.c
@@
-351,7
+351,7
@@
slot_store_cstrings(TupleTableSlot *slot, LogicalRepRelMapEntry *rel,
}
/*
- * Modify slot with user data provided as C strigs.
+ * Modify slot with user data provided as C stri
n
gs.
* This is somewhat similar to heap_modify_tuple but also calls the type
* input function on the user data as the input is the text representation
* of the types.