|
|
@ -571,7 +571,7 @@ bytea_string_agg_finalfn(PG_FUNCTION_ARGS) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* textin - converts "..." to internal representation |
|
|
|
* textin - converts cstring to internal representation |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
Datum |
|
|
|
Datum |
|
|
|
textin(PG_FUNCTION_ARGS) |
|
|
|
textin(PG_FUNCTION_ARGS) |
|
|
@ -582,7 +582,7 @@ textin(PG_FUNCTION_ARGS) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* textout - converts internal representation to "..." |
|
|
|
* textout - converts internal representation to cstring |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
Datum |
|
|
|
Datum |
|
|
|
textout(PG_FUNCTION_ARGS) |
|
|
|
textout(PG_FUNCTION_ARGS) |
|
|
@ -626,7 +626,7 @@ textsend(PG_FUNCTION_ARGS) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* unknownin - converts "..." to internal representation |
|
|
|
* unknownin - converts cstring to internal representation |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
Datum |
|
|
|
Datum |
|
|
|
unknownin(PG_FUNCTION_ARGS) |
|
|
|
unknownin(PG_FUNCTION_ARGS) |
|
|
@ -638,7 +638,7 @@ unknownin(PG_FUNCTION_ARGS) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* unknownout - converts internal representation to "..." |
|
|
|
* unknownout - converts internal representation to cstring |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
Datum |
|
|
|
Datum |
|
|
|
unknownout(PG_FUNCTION_ARGS) |
|
|
|
unknownout(PG_FUNCTION_ARGS) |
|
|
|