Re: unnesting multirange data types

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема Re: unnesting multirange data types
Дата
Msg-id CAPpHfduCV04Wipnz0Z1gKBNwM0+FYPMOEvknWvoMiQ4KY7PytQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: unnesting multirange data types  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: unnesting multirange data types  (Alexander Korotkov <aekorotkov@gmail.com>)
Список pgsql-hackers
On Tue, Jun 15, 2021 at 8:18 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Alexander Korotkov <aekorotkov@gmail.com> writes:
> > I did run "check-world", but it passed for me.  Probably the same
> > reason it passed for some buildfarm animals...
>
> It looks to me like the proximate problem is that you should
> have taught pg_dump to skip these new auto-generated functions.

Yes, it appears that pg_dump skips auto-generated functions, but
doesn't skip auto-generated casts.  It appears to be enough to tune
query getCasts() to resolve the issue.  The revised patch is attached.

------
Regards,
Alexander Korotkov

Вложения

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

Предыдущее
От: "houzj.fnst@fujitsu.com"
Дата:
Сообщение: RE: [bug?] Missed parallel safety checks, and wrong parallel safety
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Split xlog.c