Re: Replication slots and footguns

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Replication slots and footguns
Дата
Msg-id 5322565A.50001@agliodbs.com
обсуждение исходный текст
Ответ на Replication slots and footguns  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: Replication slots and footguns  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On 03/13/2014 05:28 PM, Robert Haas wrote:
> Well we may have kind of hosed ourselves, because the in-memory data
> structures that represent the data structure have an in_use flag that
> indicates whether the structure is allocated at all, and then an
> active flag that indicates whether some backend is using it.  I never
> liked that naming much.  Maybe we should go through and let in_use ->
> allocated and active -> in_use.

Wait, which one of those does pg_drop_replication_slot() care about?

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Replication slots and footguns
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: requested shared memory size overflows size_t