Re: Visualize GiST Index

Поиск
Список
Период
Сортировка
От Oleg Bartunov
Тема Re: Visualize GiST Index
Дата
Msg-id Pine.LNX.4.64.1009262212050.466@sn.sai.msu.ru
обсуждение исходный текст
Ответ на Re: Visualize GiST Index  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Visualize GiST Index  (paolo <paolo@informatik.uni-bremen.de>)
Re: Visualize GiST Index  (paolo <paolo@informatik.uni-bremen.de>)
Re: Visualize GiST Index  (Dimitri Fontaine <dfontaine@hi-media.com>)
Список pgsql-general
We never expected gevel will be used by users :-)
We'll fix.

Oleg
On Thu, 23 Sep 2010, Tom Lane wrote:

> Andrew Hunter <ahunter@ucalgary.ca> writes:
>> Here is the content of the gevel Makefile
>
>> subdir = contrib/gevel
>> top_builddir = ../..
>> include $(top_builddir)/src/Makefile.global
>
>> MODULES = gevel
>> DATA_built = gevel.sql
>> DOCS = README.gevel
>> REGRESS = gevel
>
>> include $(top_srcdir)/contrib/contrib-global.mk
>
> Oh ... well, there's your problem: it's not even *trying* to use PGXS.
>
> Replace it with this:
>
>
> MODULES = gevel
> DATA_built = gevel.sql
> DOCS = README.gevel
> REGRESS = gevel
>
> ifdef USE_PGXS
> PG_CONFIG = pg_config
> PGXS := $(shell $(PG_CONFIG) --pgxs)
> include $(PGXS)
> else
> subdir = contrib/gevel
> top_builddir = ../..
> include $(top_builddir)/src/Makefile.global
> include $(top_srcdir)/contrib/contrib-global.mk
> endif
>
>
> ... and file a bug with the gevel authors, whoever they are,
> telling them to fix that upstream.
>
>             regards, tom lane
>
>

     Regards,
         Oleg
_____________________________________________________________
Oleg Bartunov, Research Scientist, Head of AstroNet (www.astronet.ru),
Sternberg Astronomical Institute, Moscow University, Russia
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(495)939-16-83, +007(495)939-23-83

В списке pgsql-general по дате отправления:

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: Exclusion constraint issue
Следующее
От: Kevin Jardine
Дата:
Сообщение: Preserving order through an inner join