cvs commit: pgmemcache README.pgmemcache pgmemcache.c 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.sql.in
Date: 2004-12-25 01:10:08
Message-ID: 20041225011008.9174FAAD801@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

seanc 2004/12/25 01:10:08 GMT

PostgreSQL src repository

Modified files:
. README.pgmemcache pgmemcache.c
pgmemcache.sql.in
Log:
Umm... the day ends in 'Y', where'd everyone go?

*grin* Update the API so it compiles against libmemcache(3) 1.2.0. I hate
to do this, but the next version of pgmemcache will require libmemache(3)
1.2.0. Add a new memcache_flush_all() call that uses zero arguments and
flushes all keys for all servers in the server list.

Add a memcache_flush(TEXT) call which behaves the same as
memcache_flush_all(TEXT). At some point in the future, the
memcache_flush_all(TEXT) call wil grow a warning and will eventually be
killed off: switching to memcache_flush(TEXT) sooner rather than later
would be prudent.

Remove nearly all references to memcache_flush_all(TEXT) in favor of
memcache_flush(TEXT).

Revision Changes Path
1.4 +6 -4 pgmemcache/README.pgmemcache
1.3 +43 -1 pgmemcache/pgmemcache.c
1.3 +13 -3 pgmemcache/pgmemcache.sql.in

Browse pgsql-committers by date

  From Date Subject
Next Message seanc 2004-12-25 01:15:21 cvs commit: pgmemcache pgmemcache.h
Previous Message Bruce Momjian 2004-12-24 19:20:20 pgsql: Improve Win32 install instructions.