WITH RECUSIVE patches 0721

Started by Tatsuo Ishiiover 17 years ago4 messages
#1Tatsuo Ishii
ishii@postgresql.org
1 attachment(s)

Hi,

Here is the lastest WITH RECURSIVE patches against 2007/07/17 CVS (CVS
HEAD won't compile for me).

This version includes regression tests and is almost ready for commit
IMO.
--
Tatsuo Ishii
SRA OSS, Inc. Japan

Attachments:

recursive_query.patch.gzapplication/octet-streamDownload
#2Markus Wanner
markus@bluegap.ch
In reply to: Tatsuo Ishii (#1)
Re: WITH RECUSIVE patches 0721

Hi,

Tatsuo Ishii wrote:

CVS HEAD won't compile for me

Did you try 'make clean' and rebuild? (Or even distclean). 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.

Regards

Markus

#3Tatsuo Ishii
ishii@postgresql.org
In reply to: Markus Wanner (#2)
Re: WITH RECUSIVE patches 0721

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.)
--
Tatsuo Ishii
SRA OSS, Inc. Japan

#4Pavel Stehule
pavel.stehule@gmail.com
In reply to: Tatsuo Ishii (#3)
Re: WITH RECUSIVE patches 0721

2008/7/21 Tatsuo Ishii <ishii@postgresql.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

Show quoted text

--
Tatsuo Ishii
SRA OSS, Inc. Japan

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers