pgmemcache: pgmemcache pgmemcache.c

Поиск
Список
Период
Сортировка
От seanc@pgfoundry.org
Тема pgmemcache: pgmemcache pgmemcache.c
Дата
Msg-id 20050326200435.BAB8031805D@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
seanc       2005/03/26 20:04:35 GMT

  PostgreSQL src repository

  Modified files:
    .                    pgmemcache.c
  Log:
  Fix a condition where the wrong command was being dispatched by pgmemcache.

  Add memcache_server_add2() which lets users add servers to the server list
  in the format, 'host:port' instead of 'host','port'.

  Revision  Changes    Path
  1.9       +44 -11    pgmemcache/pgmemcache.c

В списке pgsql-committers по дате отправления:

Предыдущее
От: seanc@pgfoundry.org
Дата:
Сообщение: pgmemcache: pgmemcache pgmemcache.c
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix a pair of related issues with estimation of inequalities that