pgmemcache: pgmemcache pgmemcache.c - Mailing list pgsql-committers

From seanc@pgfoundry.org
Subject pgmemcache: pgmemcache pgmemcache.c
Date
Msg-id 20050326200435.BAB8031805D@pgfoundry.org
Whole thread Raw
List pgsql-committers
seanc       2005/03/26 20:04:35 GMT

  PostgreSQL src repository

  Modified files:
    .                    pgmemcache.c
  Log:
  Fix a condition where the wrong command was being dispatched by pgmemcache.

  Add memcache_server_add2() which lets users add servers to the server list
  in the format, 'host:port' instead of 'host','port'.

  Revision  Changes    Path
  1.9       +44 -11    pgmemcache/pgmemcache.c

pgsql-committers by date:

Previous
From: seanc@pgfoundry.org
Date:
Subject: pgmemcache: pgmemcache pgmemcache.c
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix a pair of related issues with estimation of inequalities that