Re: Bug in pg_restore with EventTrigger in parallel mode

Поиск
Список
Период
Сортировка
От Fabrízio de Royes Mello
Тема Re: Bug in pg_restore with EventTrigger in parallel mode
Дата
Msg-id CAFcNs+rpbuLMPctFEnKKasFmTBWjG_M-w1aStLJ6iZ81Z_CZoQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Bug in pg_restore with EventTrigger in parallel mode  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers

On Thu, Feb 13, 2020 at 12:52 AM Michael Paquier <michael@paquier.xyz> wrote:
On Wed, Feb 12, 2020 at 01:59:05PM -0300, Fabrízio de Royes Mello wrote:
> In parallel mode it's firing the EventTrigger and it can't be happen.
> Poking around it I did some test with attached just to leave EventTriggers
> in pending_list to process it in restore_toc_entries_postfork and
> everything is ok, but my solution is very ugly, so maybe we need to invent
> a new RestorePass to take care of it like RESTORE_PASS_ACL and
> RESTORE_PASS_REFRESH. I can provide a more polished patch if it'll be a
> good way to do that.

Could you add that as a bug fix to the next CF [1]?

[1]: https://commitfest.postgresql.org/27/


Done, thanks!

Regards,

--
   Fabrízio de Royes Mello         Timbira - http://www.timbira.com.br/
   PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Fix compiler warnings on 64-bit Windows
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: Small docs bugfix: make it clear what can be used in UPDATE FROMand DELETE USING