cvs commit: pgmemcache README.pgmemcache pgmemcache.c pgmemcache.h pgmemcache.sql.in - Mailing list pgsql-committers

From seanc@pgfoundry.org
Subject cvs commit: pgmemcache README.pgmemcache pgmemcache.c pgmemcache.h pgmemcache.sql.in
Date
Msg-id 20041225024242.90ABFAAD801@pgfoundry.org
Whole thread Raw
List 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

pgsql-committers by date:

Previous
From: seanc@pgfoundry.org
Date:
Subject: cvs commit: pgmemcache pgmemcache.h
Next
From: seanc@pgfoundry.org
Date:
Subject: cvs commit: CVSROOT log_accum.pl