cvs commit: pgmemcache README.pgmemcache pgmemcache.c pgmemcache.h pgmemcache.sql.in

Started by Nonameover 21 years ago1 messagescomitters
Jump to latest
#1Noname
seanc@pgfoundry.org

seanc 2004/12/25 02:42:42 GMT

PostgreSQL src repository

Modified files:
. README.pgmemcache pgmemcache.c
pgmemcache.h pgmemcache.sql.in
Log:
Add a new function, memcache_server_find(/* key */ TEXT). Returns the
hostname:port of the server that handles the given key.

Switch to useing mcm_server_find() instead of mcm_find_server().

Test to make sure mcMemNewCtxt() doesn't return NULL.

Revision Changes Path
1.5 +3 -0 pgmemcache/README.pgmemcache
1.4 +48 -1 pgmemcache/pgmemcache.c
1.5 +3 -0 pgmemcache/pgmemcache.h
1.4 +4 -0 pgmemcache/pgmemcache.sql.in