pgmemcache: pgmemcache pgmemcache.c - Mailing list pgsql-committers

From seanc@pgfoundry.org
Subject pgmemcache: pgmemcache pgmemcache.c
Date
Msg-id 20050326191539.772BB318F66@pgfoundry.org
Whole thread Raw
List 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

pgsql-committers by date:

Previous
From: seanc@pgfoundry.org
Date:
Subject: pgmemcache: pgmemcache Makefile.pmk pgmemcache.c
Next
From: seanc@pgfoundry.org
Date:
Subject: pgmemcache: pgmemcache pgmemcache.c