[Pgpool-hackers] Compiler warnings and unhandled ACL types

Tatsuo Ishii ishii at sraoss.co.jp
Thu Apr 22 07:58:59 UTC 2010


> 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


More information about the Pgpool-hackers mailing list