BUG #17066: Cache lookup failed when null (iso-8859-1) is passed as anycompatiblemultirange
В списке pgsql-bugs по дате отправления:
| От | PG Bug reporting form |
|---|---|
| Тема | BUG #17066: Cache lookup failed when null (iso-8859-1) is passed as anycompatiblemultirange |
| Дата | |
| Msg-id | 17066-16a37f6223a8470b@postgresql.org обсуждение исходный текст |
| Ответы |
Re: BUG #17066: Cache lookup failed when null (iso-8859-1) is passed as anycompatiblemultirange
|
| Список | pgsql-bugs |
The following bug has been logged on the website: Bug reference: 17066 Logged by: Alexander Lakhin Email address: exclusion@gmail.com PostgreSQL version: 14beta1 Operating system: Ubuntu 20.04 Description: When calling the simple test function: create function multirange_test(a anycompatiblemultirange) returns anycompatible as 'select lower($1);' language sql; with the NULL argument: SELECT multirange_test(null); I get a somewhat unusual error: ERROR: cache lookup failed for type 0 The variation with the anycompatiblerange (without multi): create function range_test(a anycompatiblerange) returns anycompatible as 'select lower($1);' language sql; SELECT range_test(null); produces: ERROR: could not determine polymorphic type anycompatiblerange because input has type unknown
В списке pgsql-bugs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера