Re: "type with xxxx does not exist" when doing ExecMemoize()

Поиск
Список
Период
Сортировка
От Andrei Lepikhov
Тема Re: "type with xxxx does not exist" when doing ExecMemoize()
Дата
Msg-id a4f29a6b-c21f-4b08-800f-d279d82b0864@postgrespro.ru
обсуждение исходный текст
Ответ на Re: "type with xxxx does not exist" when doing ExecMemoize()  (Tender Wang <tndrwang@gmail.com>)
Ответы Re: "type with xxxx does not exist" when doing ExecMemoize()  (Tender Wang <tndrwang@gmail.com>)
Список pgsql-hackers
On 1/3/2024 14:18, Tender Wang wrote:
> During debug, I learned that numeric_add doesn't have type check like 
> rangetype, so aboved query will not report "type with xxx does not exist".
> 
> And I realize that  the test case added by Andrei Lepikhov  in v3 is 
> right. So in v6 patch I add Andrei Lepikhov's test case.  Thanks a lot.
> 
> Now I think the v6 version patch seems to be complete now.
I've passed through the patch, and it looks okay. Although I am afraid 
of the same problems that future changes can cause and how to detect 
them, it works correctly.

-- 
regards,
Andrei Lepikhov
Postgres Professional




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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Slow catchup of 2PC (twophase) transactions on replica in LR
Следующее
От: John Naylor
Дата:
Сообщение: Re: [PoC] Improve dead tuple storage for lazy vacuum