We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a43e4 commit 54affb4Copy full SHA for 54affb4
src/backend/utils/adt/array_userfuncs.c
@@ -455,7 +455,10 @@ array_cat(PG_FUNCTION_ARGS)
455
456
457
/*
458
- * used by text_to_array() in varlena.c
+ * create_singleton_array - make a one-element array
459
+ *
460
+ * If desired, the caller can ask for it to be higher than one-dimensional.
461
+ * Caller's fcinfo must be passed in, as we use fn_extra for caching.
462
*/
463
ArrayType *
464
create_singleton_array(FunctionCallInfo fcinfo,
0 commit comments