pgmemcache: pgmemcache pgmemcache.c

Started by Nonameover 21 years ago1 messagescomitters
Jump to latest
#1Noname
seanc@pgfoundry.org

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