[Pgpool-hackers] [Pgpool-committers] pgpool - pgpool-II: Import PostgreSQL 9.0 parser.

Guillaume Lelarge guillaume at lelarge.info
Wed Dec 22 16:01:16 UTC 2010


Le 14/12/2010 10:21, User T-ishii a écrit :
> Log Message:
> -----------
> Import PostgreSQL 9.0 parser. This allows to use CREATE INDEX with
>  implicit index name, which is new in 9.0.
> 
> Allow to use set standard_conforming_string command. It affetcs the
> scanner in PostgreSQL 9.0 or later.
> 
> Change outfuncs.c to adopt to the effect of server encoding. This
> happens in PostgreSQL 9.0 parser.
> 
> Patch provided by Akio Ishida.
> 

I think you forgot to add scanner.h in your patch. I'm actually unable
to compile HEAD because of this error message:

make  all-recursive
make[1]: Entering directory
`/home/guillaume/freeprojects/cvs.pgpool/pouet/pgpool-II'
Making all in parser
make[2]: Entering directory
`/home/guillaume/freeprojects/cvs.pgpool/pouet/pgpool-II/parser'
gcc -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -I .. -I
/opt/postgresql-head/include   -g -O2 -Wall -Wmissing-prototypes
-Wmissing-declarations -MT gram.o -MD -MP -MF .deps/gram.Tpo -c -o
gram.o gram.c
In file included from gram.y:61:
gramparse.h:23: fatal error: scanner.h: No such file or directory
compilation terminated.
make[2]: *** [gram.o] Error 1
make[2]: Leaving directory
`/home/guillaume/freeprojects/cvs.pgpool/pouet/pgpool-II/parser'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/guillaume/freeprojects/cvs.pgpool/pouet/pgpool-II'
make: *** [all] Error 2


Or did I miss something?

Thanks.


-- 
Guillaume
 http://www.postgresql.fr
 http://dalibo.com


More information about the Pgpool-hackers mailing list