From: | Oleg Bartunov <oleg(at)sai(dot)msu(dot)su> |
---|---|
To: | paolo <paolo(at)informatik(dot)uni-bremen(dot)de> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Visualize GiST Index |
Date: | 2010-09-27 14:21:33 |
Message-ID: | Pine.LNX.4.64.1009271820220.466@sn.sai.msu.ru |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Get gevel from cvs, address is on http://www.sai.msu.su/~megera/wiki/Gevel
btw, have you seen http://www.sai.msu.su/~megera/wiki/Rtree_Index ?
Oleg
On Mon, 27 Sep 2010, paolo wrote:
>
> Hi all,
> we are making some experiments with postgresql and postgis. We need to
> visualize R-trees and are trying to use GiST and gevel. During the
> installation phase of gevel we had the following output:
>
>
> sed 's,MODULE_PATHNAME,$libdir/gevel,g' gevel.sql.in >gevel.sql
> gcc -no-cpp-precomp -O2 -Wall -Wmissing-prototypes -Wpointer-arith
> -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv
> -I. -I../../src/include -c -o gevel.o gevel.c
> gevel.c: In function ЪЪgist_dumptreeЪЪ:
> gevel.c:99: warning: format ЪЪ%dЪЪ expects type ЪЪintЪЪ, but argument 10 has
> type ЪЪSizeЪЪ
> gevel.c: In function ЪЪgist_treeЪЪ:
> gevel.c:134: error: too many arguments to function
> ЪЪstringToQualifiedNameListЪЪ
> gevel.c: In function ЪЪgist_statЪЪ:
> gevel.c:225: error: too many arguments to function
> ЪЪstringToQualifiedNameListЪЪ
> gevel.c: In function ЪЪsetup_firstcallЪЪ:
> gevel.c:325: error: too many arguments to function
> ЪЪstringToQualifiedNameListЪЪ
> make: *** [gevel.o] Error 1
>
>
> We are running Postgresql 8.4.4, can you please help us?
>
> Paolo & Waqas
>
Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, Research Scientist, Head of AstroNet (www.astronet.ru)
Sternberg Astronomical Institute, Moscow University, Russia
Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(495)939-16-83, +007(495)939-23-83
From | Date | Subject | |
---|---|---|---|
Next Message | Dimitri Fontaine | 2010-09-27 14:54:21 | Re: Visualize GiST Index |
Previous Message | Sachin Srivastava | 2010-09-27 14:16:56 | Re: Slony-I installation Help |