Why are these ARC variables per-backend?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Why are these ARC variables per-backend?
Дата
Msg-id 26226.1082393178@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: Why are these ARC variables per-backend?  (Jan Wieck <JanWieck@Yahoo.com>)
Список pgsql-hackers
I've got a problem with these variables in freelist.c:

static int        strategy_cdb_found;
static int        strategy_cdb_replace;
static int        strategy_get_from;

Why are these per-backend?  Shouldn't they be in shared state?
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: GUC variable set, TODO
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Remove MySQL Tools from Source?