pg_restore cancel TODO

Поиск
Список
Период
Сортировка
От Jeff Janes
Тема pg_restore cancel TODO
Дата
Msg-id CAMkU=1zJbWwvP5HaZp9fA+aPSmsLwmmKivE_uSDWCfk9xk1kDQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: pg_restore cancel TODO  (Bruce Momjian <bruce@momjian.us>)
Re: pg_restore cancel TODO  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
I've added the TODO item:

When pg_upgrade -j ... is interrupted (for example, ctrl-C from the keyboard) make it cancel the children processes.

The context where this arises is that I want to populate data into a new installation compiled with a patch under review, but immediately get error messages indicating I forgot to install a required extension.  I hit ctrl-C so I can fix the problem, but it keeps running anyway.

Cheers,

Jeff

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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: Parallel Seq Scan
Следующее
От: Andres Freund
Дата:
Сообщение: Re: INSERT ... ON CONFLICT documentation clean-up patch