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 19:15:39
Message-ID: 20050326191539.772BB318F66@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

seanc 2005/03/26 19:15:39 GMT

PostgreSQL src repository

Modified files:
. pgmemcache.c
Log:
PostgreSQL's error handling system adds newlines for us: remove them
from the elog(3) format string. Also, avoid using errno's value as it
doesn't appear to be reset by PostgreSQL's backend and likely isn't right.

Revision Changes Path
1.8 +7 -22 pgmemcache/pgmemcache.c

Browse pgsql-committers by date

  From Date Subject
Next Message seanc 2005-03-26 20:04:35 pgmemcache: pgmemcache pgmemcache.c
Previous Message seanc 2005-03-26 19:01:56 pgmemcache: pgmemcache Makefile.pmk pgmemcache.c