File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3838
3939
4040/*
41- * namein - converts "..." to internal representation
41+ * namein - converts cstring to internal representation
4242 *
4343 * Note:
4444 * [Old] Currently if strlen(s) < NAMEDATALEN, the extra chars are nulls
@@ -65,7 +65,7 @@ namein(PG_FUNCTION_ARGS)
6565}
6666
6767/*
68- * nameout - converts internal representation to "..."
68+ * nameout - converts internal representation to cstring
6969 */
7070Datum
7171nameout (PG_FUNCTION_ARGS )
Original file line number Diff line number Diff line change @@ -571,7 +571,7 @@ bytea_string_agg_finalfn(PG_FUNCTION_ARGS)
571571}
572572
573573/*
574- * textin - converts "..." to internal representation
574+ * textin - converts cstring to internal representation
575575 */
576576Datum
577577textin (PG_FUNCTION_ARGS )
@@ -582,7 +582,7 @@ textin(PG_FUNCTION_ARGS)
582582}
583583
584584/*
585- * textout - converts internal representation to "..."
585+ * textout - converts internal representation to cstring
586586 */
587587Datum
588588textout (PG_FUNCTION_ARGS )
@@ -626,7 +626,7 @@ textsend(PG_FUNCTION_ARGS)
626626
627627
628628/*
629- * unknownin - converts "..." to internal representation
629+ * unknownin - converts cstring to internal representation
630630 */
631631Datum
632632unknownin (PG_FUNCTION_ARGS )
@@ -638,7 +638,7 @@ unknownin(PG_FUNCTION_ARGS)
638638}
639639
640640/*
641- * unknownout - converts internal representation to "..."
641+ * unknownout - converts internal representation to cstring
642642 */
643643Datum
644644unknownout (PG_FUNCTION_ARGS )
You can’t perform that action at this time.
0 commit comments