From: | Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl> |
---|---|
To: | Kuldeep Tanna <kuldeep(at)cse(dot)ogi(dot)edu> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Problem compiling tablefunc module in contributions |
Date: | 2003-08-28 05:31:01 |
Message-ID: | 20030828053101.GD7382@dcc.uchile.cl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Wed, Aug 27, 2003 at 04:57:04PM -0700, Kuldeep Tanna wrote:
> Hi,
> I tried make in the tablefunc directory under contrib directory in the Posgresql source directory.
> I am getting compilation errors. Below are the error messages.
> Can you tell me how to solve this problem. I want to use the crosstab function.
>
> tablefunc.c: In function `crosstab':
> tablefunc.c:413: warning: implicit declaration of function `ereport'
> tablefunc.c:414: warning: implicit declaration of function `errcode'
[...]
Huh... are you using the CVS version of contrib/tablefunc and trying to
compile against an older Postgres release? That won't work... they need
to be from the same source tree.
--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
Licensee shall have no right to use the Licensed Software
for productive or commercial use. (Licencia de StarOffice 6.0 beta)
From | Date | Subject | |
---|---|---|---|
Next Message | Ivar | 2003-08-28 05:39:47 | Re: Functions have 32 args limt ??? |
Previous Message | Alvaro Herrera | 2003-08-28 05:26:21 | Re: Pg_dump : Can I specify the Password ? |