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

From: seanc(at)pgfoundry(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: cvs commit: pgmemcache README.pgmemcache pgmemcache.c pgmemcache.h pgmemcache.sql.in
Date: 2004-12-25 02:42:42
Message-ID: 20041225024242.90ABFAAD801@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Browse pgsql-committers by date

  From Date Subject
Next Message seanc 2004-12-25 02:56:05 cvs commit: CVSROOT log_accum.pl
Previous Message seanc 2004-12-25 01:15:21 cvs commit: pgmemcache pgmemcache.h