Skip to content

Commit 6c9bd27

Browse files
committed
Fix typo in comment
Author: Masahiko Sawada <sawada.mshk@gmail.com>
1 parent aa1351f commit 6c9bd27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/replication/logical/worker.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ slot_store_cstrings(TupleTableSlot *slot, LogicalRepRelMapEntry *rel,
351351
}
352352

353353
/*
354-
* Modify slot with user data provided as C strigs.
354+
* Modify slot with user data provided as C strings.
355355
* This is somewhat similar to heap_modify_tuple but also calls the type
356356
* input function on the user data as the input is the text representation
357357
* of the types.

0 commit comments

Comments
 (0)