Обсуждение: pgmemcache: pgmemcache Makefile.pmk pgmemcache.c

Поиск
Список
Период
Сортировка

pgmemcache: pgmemcache Makefile.pmk pgmemcache.c

От
seanc@pgfoundry.org
Дата:
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