Re: pg_upgrade --clone error checking

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pg_upgrade --clone error checking
Дата
Msg-id 66bb3489-7bd7-9157-605d-0d15dc315551@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: pg_upgrade --clone error checking  (Jeff Janes <jeff.janes@gmail.com>)
Ответы Re: pg_upgrade --clone error checking  (Jeff Janes <jeff.janes@gmail.com>)
Список pgsql-hackers
On 2019-05-02 20:03, Jeff Janes wrote:
> It looks like it was designed for early checking, it just wasn't placed
> early enough.  So changing it is pretty easy, as check_file_clone does
> not need to be invented, and there is no additional code duplication
> over what was already there.
> 
> This patch moves the checking to near the beginning.

I think the reason it was ordered that way is that it wants to do all
the checks of the old cluster before doing any checks touching the new
cluster.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Rafia Sabih
Дата:
Сообщение: Re: [PATCH v1] Show whether tables are logged in \dt+
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Unhappy about API changes in the no-fsm-for-small-rels patch