aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2017-04-26 21:12:35 -0400
committerPeter Eisentraut <peter_e@gmx.net>2017-04-26 21:13:01 -0400
commit6c9bd27aece5efd0ccef668828a44f59bd2c7a44 (patch)
tree5f06e32676633345fb19285d1ac0fdf9f592d21d /src
parentaa1351f1eec4adae39be59ce9a21410f9dd42118 (diff)
downloadpostgresql-6c9bd27aece5efd0ccef668828a44f59bd2c7a44.tar.gz
postgresql-6c9bd27aece5efd0ccef668828a44f59bd2c7a44.zip
Fix typo in comment
Author: Masahiko Sawada <sawada.mshk@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/backend/replication/logical/worker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/logical/worker.c b/src/backend/replication/logical/worker.c
index fa4f3b652d5..2d7770d4dc1 100644
--- 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 strings.
* 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.