File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 38
38
39
39
40
40
/*
41
- * namein - converts "..." to internal representation
41
+ * namein - converts cstring to internal representation
42
42
*
43
43
* Note:
44
44
* [Old] Currently if strlen(s) < NAMEDATALEN, the extra chars are nulls
@@ -65,7 +65,7 @@ namein(PG_FUNCTION_ARGS)
65
65
}
66
66
67
67
/*
68
- * nameout - converts internal representation to "..."
68
+ * nameout - converts internal representation to cstring
69
69
*/
70
70
Datum
71
71
nameout (PG_FUNCTION_ARGS )
Original file line number Diff line number Diff line change @@ -571,7 +571,7 @@ bytea_string_agg_finalfn(PG_FUNCTION_ARGS)
571
571
}
572
572
573
573
/*
574
- * textin - converts "..." to internal representation
574
+ * textin - converts cstring to internal representation
575
575
*/
576
576
Datum
577
577
textin (PG_FUNCTION_ARGS )
@@ -582,7 +582,7 @@ textin(PG_FUNCTION_ARGS)
582
582
}
583
583
584
584
/*
585
- * textout - converts internal representation to "..."
585
+ * textout - converts internal representation to cstring
586
586
*/
587
587
Datum
588
588
textout (PG_FUNCTION_ARGS )
@@ -626,7 +626,7 @@ textsend(PG_FUNCTION_ARGS)
626
626
627
627
628
628
/*
629
- * unknownin - converts "..." to internal representation
629
+ * unknownin - converts cstring to internal representation
630
630
*/
631
631
Datum
632
632
unknownin (PG_FUNCTION_ARGS )
@@ -638,7 +638,7 @@ unknownin(PG_FUNCTION_ARGS)
638
638
}
639
639
640
640
/*
641
- * unknownout - converts internal representation to "..."
641
+ * unknownout - converts internal representation to cstring
642
642
*/
643
643
Datum
644
644
unknownout (PG_FUNCTION_ARGS )
You can’t perform that action at this time.
0 commit comments