summaryrefslogtreecommitdiff
path: root/contrib/intarray/_int_gist.c
diff options
context:
space:
mode:
authorBruce Momjian2007-11-15 22:25:18 +0000
committerBruce Momjian2007-11-15 22:25:18 +0000
commit3aa6adb6e882b32621e3810a1d025692053e52ee (patch)
tree5a246078ac1a8d9eb54550b433d9d15aadd3693b /contrib/intarray/_int_gist.c
parent9d9eb25765c7221de046406c1402f15f1892ba65 (diff)
Re-run pgindent with updated list of typedefs. (Updated README should
avoid this problem in the future.)
Diffstat (limited to 'contrib/intarray/_int_gist.c')
-rw-r--r--contrib/intarray/_int_gist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/intarray/_int_gist.c b/contrib/intarray/_int_gist.c
index 51cc77b863..abd576223e 100644
--- a/contrib/intarray/_int_gist.c
+++ b/contrib/intarray/_int_gist.c
@@ -343,7 +343,7 @@ typedef struct
{
OffsetNumber pos;
float cost;
-} SPLITCOST;
+} SPLITCOST;
static int
comparecost(const void *a, const void *b)