projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
| inline |
side by side
(parent:
5963b29
)
Remove unused macro
author
Peter Eisentraut
<
[email protected]
>
Wed, 27 Feb 2019 23:28:50 +0000
(
00:28
+0100)
committer
Peter Eisentraut
<
[email protected]
>
Wed, 27 Feb 2019 23:28:50 +0000
(
00:28
+0100)
It has never been used as long as hstore has been in the tree.
contrib/hstore/hstore_gist.c
|
blob
|
blame
|
history
diff --git
a/contrib/hstore/hstore_gist.c
b/contrib/hstore/hstore_gist.c
index 6d24d2f468a5fe7fca68a99c88e72ed4c0df198e..6a885f2926f38be94daec77a7f48bd4eda28bbe0 100644
(file)
--- a/
contrib/hstore/hstore_gist.c
+++ b/
contrib/hstore/hstore_gist.c
@@
-19,9
+19,6
@@
typedef char BITVEC[SIGLEN];
typedef char *BITVECP;
-#define SIGPTR(x) ( (BITVECP) ARR_DATA_PTR(x) )
-
-
#define LOOPBYTE \
for(i=0;i<SIGLEN;i++)