gin comments
authorPeter Geoghegan <[email protected]>
Mon, 10 Mar 2014 07:40:19 +0000 (00:40 -0700)
committerPeter Geoghegan <[email protected]>
Mon, 10 Mar 2014 07:40:19 +0000 (00:40 -0700)
src/backend/utils/adt/jsonb_gin.c

index 1e8de86e6a8ec139d71b82fa95568aa3c9a4dfee..f9ab4ce97942e110cb80d0f5cc3e100885cc164f 100644 (file)
@@ -385,7 +385,9 @@ gin_extract_jsonb_query_hash(PG_FUNCTION_ARGS)
    PG_RETURN_POINTER(entries);
 }
 
-/* Build an indexable text value */
+/*
+ * Build an indexable text value from a cstring and flag
+ */
 static text *
 makeitem(const char *str, int len, char flag)
 {