Re: logical replication launcher crash on buildfarm

Поиск
Список
Период
Сортировка
От Petr Jelinek
Тема Re: logical replication launcher crash on buildfarm
Дата
Msg-id 548f9c1d-eafa-e3fa-9da8-f0cc2f654e60@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: logical replication launcher crash on buildfarm  (Andres Freund <andres@anarazel.de>)
Ответы Re: logical replication launcher crash on buildfarm
Список pgsql-hackers
So this is what I came up with on plane. Generalized the loading
functionality into load_library_function which that can load either
known postgres functions or call load_external_function.

I am not quite sure if fmgr.c is best place to put it, but I didn't want
to include stuff from executor in bgworker.c. I was thinking about
putting it to dfmgr.c (as that's where load_external_function) but again
seemed weird to including executor there.

As with previous patch, 9.6 will need quite different patch as we need
to keep compatibility there, but since I am traveling I think it's
better to share what I have so far.

-- 
  Petr Jelinek                  http://www.2ndQuadrant.com/
  PostgreSQL Development, 24x7 Support, Training & Services

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Compiler warning in costsize.c
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: multivariate statistics (v25)