summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/varlena.c
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2023-06-26 11:52:02 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2023-06-26 11:52:31 +0300
commitb491a15f8c1468097ca181cbe3a4ce1271781ffb (patch)
treee0be6d5408ff5da2f461dbbcafbcf1051ea65b4b /src/backend/utils/adt/varlena.c
parent691594acd67e68d903ea1b7575a7a9097772bbcb (diff)
Change "..." to cstring in old input/output function comments.
It was not clear what the "..." meant. Author: Steve Chavez Discussion: https://www.postgresql.org/message-id/CAGRrpzZzeh7zC3yaVG9di%3DydJ%2BiHwdXnFPB3evGFKvC1zf6ajA@mail.gmail.com
Diffstat (limited to 'src/backend/utils/adt/varlena.c')
-rw-r--r--src/backend/utils/adt/varlena.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/backend/utils/adt/varlena.c b/src/backend/utils/adt/varlena.c
index 884bfbc8ceb..b1ec5c32ced 100644
--- a/src/backend/utils/adt/varlena.c
+++ b/src/backend/utils/adt/varlena.c
@@ -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)
@@ -582,7 +582,7 @@ textin(PG_FUNCTION_ARGS)
}
/*
- * textout - converts internal representation to "..."
+ * textout - converts internal representation to cstring
*/
Datum
textout(PG_FUNCTION_ARGS)
@@ -626,7 +626,7 @@ textsend(PG_FUNCTION_ARGS)
/*
- * unknownin - converts "..." to internal representation
+ * unknownin - converts cstring to internal representation
*/
Datum
unknownin(PG_FUNCTION_ARGS)
@@ -638,7 +638,7 @@ unknownin(PG_FUNCTION_ARGS)
}
/*
- * unknownout - converts internal representation to "..."
+ * unknownout - converts internal representation to cstring
*/
Datum
unknownout(PG_FUNCTION_ARGS)