/*
- * 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)
}
/*
- * 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)