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:
ec7b45e
)
Whitespace
author
Peter Geoghegan
<
[email protected]
>
Fri, 7 Mar 2014 05:38:10 +0000
(21:38 -0800)
committer
Peter Geoghegan
<
[email protected]
>
Fri, 7 Mar 2014 05:38:10 +0000
(21:38 -0800)
src/backend/utils/adt/jsonb_gist.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/adt/jsonb_gist.c
b/src/backend/utils/adt/jsonb_gist.c
index bc53446f3ab310080ee4cfa80d4375d95450040f..1bc22dc2acae92bca551f3a4261198cb5d5033cc 100644
(file)
--- a/
src/backend/utils/adt/jsonb_gist.c
+++ b/
src/backend/utils/adt/jsonb_gist.c
@@
-559,8
+559,7
@@
gjsonb_picksplit(PG_FUNCTION_ARGS)
SET_VARSIZE(datum_l, GTHDRSIZE + SIGLEN);
datum_l->flag = 0;
memcpy((void *) GETSIGN(datum_l),
- (void *) GETSIGN(GETENTRY(entryvec, seed_1)), sizeof(BITVEC))
- ;
+ (void *) GETSIGN(GETENTRY(entryvec, seed_1)), sizeof(BITVEC));
}
if (ISALLTRUE(GETENTRY(entryvec, seed_2)))
{