Re: autovacuum launcher using InitPostgres

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: autovacuum launcher using InitPostgres
Дата
Msg-id 2165.1251732349@sss.pgh.pa.us
обсуждение исходный текст
Ответ на autovacuum launcher using InitPostgres  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: autovacuum launcher using InitPostgres  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> To this end, InitPostgres has been split in two.  The launcher only
> calls the first half, the rest of the callers have been patched to
> invoke the second half.

This just seems truly messy :-(.  Let me see if I can find something
cleaner.

BTW, is it *really* the case that the AV launcher won't need
RecentGlobalXmin?  The way the HOT stuff works, I think anything that
examines heap pages at all had better have that set.
        regards, tom lane


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Feature request : add REMAP_SCHEMA-like option to pg_restore
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: combined indexes with Gist - planner issues?