pgmemcache: pgmemcache Makefile.pmk pgmemcache.c

From: seanc(at)pgfoundry(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgmemcache: pgmemcache Makefile.pmk pgmemcache.c
Date: 2005-03-26 19:01:56
Message-ID: 20050326190156.B2138318F66@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

seanc 2005/03/26 19:01:56 GMT

PostgreSQL src repository

Modified files:
. Makefile.pmk pgmemcache.c
Log:
Make use of memcache(3) 1.3.0's new error handling interface. This lets
pgmemcache(7) (and memcache(3)) make direct use of PostgreSQL's error
handling system. As a result, errant err messages to stderr have been
quashed.

Revision Changes Path
1.5 +1 -1 pgmemcache/Makefile.pmk
1.7 +69 -2 pgmemcache/pgmemcache.c

Browse pgsql-committers by date

  From Date Subject
Next Message seanc 2005-03-26 19:15:39 pgmemcache: pgmemcache pgmemcache.c
Previous Message Tom Lane 2005-03-26 07:30:28 Re: [COMMITTERS] pgsql: Fix two bugs in change_owner_recurse_to_sequences: it was