[Pgpool-hackers] Memory cache structure: on memory cache project

Guillaume Lelarge guillaume at lelarge.info
Wed Sep 14 13:59:05 UTC 2011


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



More information about the Pgpool-hackers mailing list