Parallel indicators not written by pg_get_functiondef

Поиск
Список
Период
Сортировка
От Feike Steenbergen
Тема Parallel indicators not written by pg_get_functiondef
Дата
Msg-id CAK_s-G177c6n1NPpy5NV_URF1+ceR_YE=4_sPg_YtLqupGF=Vg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Parallel indicators not written by pg_get_functiondef  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
pg_get_functiondef(oid) does not return the PARALLEL indicators.

Attached a small patch to have pg_get_functiondef actually add these indicators, using commit 7aea8e4f2 (pg_dump.c) as a guide.

The logic is the same as with the volatility: we only append non-default indicators.

Feike Steenbergen
Вложения

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

Предыдущее
От: Etsuro Fujita
Дата:
Сообщение: Re: Optimization for updating foreign tables in Postgres FDW
Следующее
От: Etsuro Fujita
Дата:
Сообщение: Re: Postgres_fdw join pushdown - INNER - FULL OUTER join combination generating wrong result