Re: WITH RECUSIVE patches 0721

From: "Pavel Stehule" <pavel(dot)stehule(at)gmail(dot)com>
To: "Tatsuo Ishii" <ishii(at)postgresql(dot)org>
Cc: markus(at)bluegap(dot)ch, pgsql-hackers(at)postgresql(dot)org, y-asaba(at)sraoss(dot)co(dot)jp
Subject: Re: WITH RECUSIVE patches 0721
Date: 2008-07-21 14:41:25
Message-ID: 162867790807210741x758febecu806258822059a50e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

2008/7/21 Tatsuo Ishii <ishii(at)postgresql(dot)org>:
>> Hi,
>>
>> Tatsuo Ishii wrote:
>> > CVS HEAD won't compile for me
>>
>> Did you try 'make clean' and rebuild? (Or even distclean).
>
> Actually what I did was do cvs update on 2007/07/17 CVS HEAD (I kept
> freshly gotten CVS work files as a tar ball).
>
>> There were
>> some changes to pg_proc. At least, that problem has biten me this
>> morning, but after that, I could compile HEAD just fine.
>
> I got following:
>
> functioncmds.c:232: error: `FUNC_PARAM_TABLE' undeclared (first use in this function)
> functioncmds.c:232: error: (Each undeclared identifier is reported only once
> functioncmds.c:232: error: for each function it appears in.)

it is new symbol from table function patch

regards
Pavel Stehule
> --
> Tatsuo Ishii
> SRA OSS, Inc. Japan
>
> --
> Sent via pgsql-hackers mailing list (pgsql-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-07-21 14:44:12 Re: overlaps performance
Previous Message Tom Lane 2008-07-21 14:31:04 Re: Re: [COMMITTERS] pgsql: Adjust things so that the query_string of a cached plan and the

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2008-07-21 15:19:40 Re: pg_dump additional options for performance
Previous Message Tatsuo Ishii 2008-07-21 14:22:59 Re: WITH RECUSIVE patches 0721