Re: Problem when installing dbsize of PG 8.0-beta1

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Problem when installing dbsize of PG 8.0-beta1
Дата
Msg-id 200408161528.i7GFSWt12989@candle.pha.pa.us
обсуждение исходный текст
Ответ на Problem when installing dbsize of PG 8.0-beta1  (Renê Salomão <rene@ibiz.com.br>)
Ответы where can i download pgs 7.3.x ?  (Geoffrey KRETZ <gk@4js.com>)
Список pgsql-general
It will be fixed in beta2 and is fixed current CVS.

---------------------------------------------------------------------------

Ren� Salom�o wrote:
>  I installed PG 8.0 Beta 1 in my machine. Everything seemed ok... The
> problem occurred when I tried to install the programs in contrib
> directory...
>  I commented out dbsize from the Makefile... And everything installed
> successfully... Following is compiling output of dbsize... Am I doing
> anything wrong or GETDATABASEPATH is broken?
>
> gcc -O2
>     -fno-strict-aliasing
>     -Wall
>     -Wmissing-prototypes
>     -Wmissing-declarations
>     -fpic
>     -I.
>     -I../../src/include
>     -D_GNU_SOURCE
>     -c
>     -o dbsize.o dbsize.c
>
> dbsize.c: In function`database_size': dbsize.c:58: error: too few
> arguments to function`GetDatabasePath' gmake: *** [dbsize.o] Error 1
>
>
> Current configuration of PG:
>
> pg_config --configure
>  --prefix=/usr/local/postgresql-8.0
>  --with-java
>  --with-perl
>  --enable-nls
>  --with-openssl
>  --with-tcl
>  --with-pgport=5435
>  --enable-thread-safety
>
> -----------------------------
>
> Cordialmente,
>
> Ren? Salom?o
> rene@ibiz.com.br
> IBIZ Tecnologia - www.ibiz.com.br
> (011) 5579-3178
>
> --------------------------------
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
>       joining column's datatypes do not match
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: major database breakdown
Следующее
От: Andrew Sukow
Дата:
Сообщение: Re: Index Issues & ReIndex