> 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 _______________________________________________ Pgpool-hackers mailing list [email protected] http://pgfoundry.org/mailman/listinfo/pgpool-hackers
