> I built pgpool-II 2.3.2.2 and found several compiler warnings. Almost > of them seem to be > harmless, but might be a problem on minor platforms. The attached > patch is to quiet compilers.
Thanks. I'll commit these patches into CVS HEAD (to be 2.4). > However, warnings about unhandled ACL_OBJECT_COLUMN, ACL_OBJECT_FDW and > ACL_OBJECT_FOREIGN_SERVER might be user-visible issues. Can pgpool send > DDLs using such kinds of objects properly? (I didn't test them, sorry) > > Routines for FDW and FOREIGN_SERVER are included in the attached patch, > but COLUMN is still warned. They would need to be handled by special syntax. If any SQL statement is not understood by pgpool-II, pgpool-II will just send it to all of DB servers. So should be fine. Anyway, I will take care these issues while developing CVS HEAD (of course always patches are welcome:-) -- Tatsuo Ishii SRA OSS, Inc. Japan English: http://www.sraoss.co.jp/index_en.php Japanese: http://www.sraoss.co.jp _______________________________________________ Pgpool-hackers mailing list [email protected] http://pgfoundry.org/mailman/listinfo/pgpool-hackers
