On Wed, 2011-09-14 at 22:45 +0900, Tatsuo Ishii wrote: > > CVS HEAD cannot compile without memcache: > > > > pool_memqcache.c: In function ‘memcached_connect’: > > pool_memqcache.c:116:6: error: ‘memc’ undeclared (first use in this > > function) > > pool_memqcache.c:116:6: note: each undeclared identifier is reported > > only once for each function it appears in > > pool_memqcache.c: In function ‘memcached_disconnect’: > > pool_memqcache.c:153:7: error: ‘memc’ undeclared (first use in this > > function) > > pool_memqcache.c: In function ‘pool_is_allow_to_cache’: > > pool_memqcache.c:623:14: warning: variable ‘stmt’ set but not used > > [-Wunused-but-set-variable] > > pool_memqcache.c: At top level: > > pool_memqcache.c:401:13: warning: ‘dump_cache_data’ defined but not used > > [-Wunused-function] > > pool_memqcache.c:500:12: warning: ‘delete_cache_on_memcached’ defined > > but not used [-Wunused-function] > > pool_memqcache.c:2013:13: warning: ‘dump_shmem_cache’ defined but not > > used [-Wunused-function] > > Thanks for pointing out. Fix done.
Thanks. It compiles fine now. -- Guillaume http://blog.guillaume.lelarge.info http://www.dalibo.com _______________________________________________ Pgpool-hackers mailing list [email protected] http://pgfoundry.org/mailman/listinfo/pgpool-hackers
