pgmemcache: pgmemcache pgmemcache.c

From: seanc(at)pgfoundry(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgmemcache: pgmemcache pgmemcache.c
Date: 2005-03-26 20:04:35
Message-ID: 20050326200435.BAB8031805D@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-03-26 20:55:40 pgsql: Fix a pair of related issues with estimation of inequalities that
Previous Message seanc 2005-03-26 19:15:39 pgmemcache: pgmemcache pgmemcache.c