projects
/
users
/
andresfreund
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c20e6f
)
gin comments
author
Peter Geoghegan
<
[email protected]
>
Mon, 10 Mar 2014 07:40:19 +0000
(
00:40
-0700)
committer
Peter Geoghegan
<
[email protected]
>
Mon, 10 Mar 2014 07:40:19 +0000
(
00:40
-0700)
src/backend/utils/adt/jsonb_gin.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/adt/jsonb_gin.c
b/src/backend/utils/adt/jsonb_gin.c
index 1e8de86e6a8ec139d71b82fa95568aa3c9a4dfee..f9ab4ce97942e110cb80d0f5cc3e100885cc164f 100644
(file)
--- a/
src/backend/utils/adt/jsonb_gin.c
+++ b/
src/backend/utils/adt/jsonb_gin.c
@@
-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)
{