index 79c1b900307f2282d29f4a4de7e947794ee5fc39..c136eabdbc90e670123c3a2bb5cd5f94e4d54a87 100644 (file)
/*
- * namein - converts "..." to internal representation
+ * namein - converts cstring to internal representation
*
* Note:
* [Old] Currently if strlen(s) < NAMEDATALEN, the extra chars are nulls
}
/*
- * nameout - converts internal representation to "..."
+ * nameout - converts internal representation to cstring
*/
Datum
nameout(PG_FUNCTION_ARGS)
index 884bfbc8ceb6f9a4dfcd3412d5840f40174fba94..b1ec5c32cede21998f6084039aa57655afdfbef0 100644 (file)
@@ -571,7 +571,7 @@ bytea_string_agg_finalfn(PG_FUNCTION_ARGS)
}
/*
- * textin - converts "..." to internal representation
+ * textin - converts cstring to internal representation
*/
Datum
textin(PG_FUNCTION_ARGS)
}
/*
- * textout - converts internal representation to "..."
+ * textout - converts internal representation to cstring
*/
Datum
textout(PG_FUNCTION_ARGS)
/*
- * unknownin - converts "..." to internal representation
+ * unknownin - converts cstring to internal representation
*/
Datum
unknownin(PG_FUNCTION_ARGS)
}
/*
- * unknownout - converts internal representation to "..."
+ * unknownout - converts internal representation to cstring
*/
Datum
unknownout(PG_FUNCTION_ARGS)