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

Guillaume Lelarge guillaume at lelarge.info
Sun Jul 26 05:27:16 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.

Regards.


-- 
Guillaume.
 http://www.postgresqlfr.org
 http://dalibo.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: comments.patch
Type: text/x-patch
Size: 873 bytes
Desc: not available
URL: <http://pgfoundry.org/pipermail/pgpool-hackers/attachments/20090726/7d91eab8/attachment.bin>


More information about the Pgpool-hackers mailing list