[Pgpool-hackers] [Pgpool-committers] pgpool - pgpool-II: fix: Join statment in parallel query sample)

Tatsuo Ishii ishii at sraoss.co.jp
Sun Jul 26 09:16:43 UTC 2009


> Le dimanche 26 juillet 2009 à 05:09:09, User T-ishii a écrit :
> > Log Message:
> > -----------
> > fix: Join statment in parallel query
> >
> >      sample)
> >      Accouts table is defined by dist_def,
> >      the below query is executed as loadbalance.
> >
> >      SELECT a.aid
> >        FROM
> >          accounts as a
> >        JOIN
> >          accounts as b
> >        ON  a.aid=b.aid
> >        WHERE a.aid =1 or a.aid=2;
> >
> > Modified Files:
> > --------------
> >     pgpool-II:
> >         pool_rewrite_outfuncs.c (r1.16 -> r1.17)
> >        
> > (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_rewrite_
> >outfuncs.c?r1=1.16&r2=1.17)
> 
> I can't compile the project anymore due to this commit. The comments in the 
> #if need to be closed. Here is a patch to fix this.

Thanks! I have committed your patches. I forward port from 2.2-stable
tree but it seems it was already broken.
--
Tatsuo Ishii
SRA OSS, Inc. Japan


More information about the Pgpool-hackers mailing list