1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-25 01:02:05 +03:00

Fix typo in comment

Author: Masahiko Sawada <sawada.mshk@gmail.com>
This commit is contained in:
Peter Eisentraut
2017-04-26 21:12:35 -04:00
parent aa1351f1ee
commit 6c9bd27aec

View File

@ -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 * 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 * input function on the user data as the input is the text representation
* of the types. * of the types.