Re: [HACKERS] Help: fmgr_info: function 0: cache lookup failed
В списке pgsql-hackers по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | Re: [HACKERS] Help: fmgr_info: function 0: cache lookup failed |
| Дата | |
| Msg-id | 12945.927731190@sss.pgh.pa.us обсуждение |
| Ответ на | Help: fmgr_info: function 0: cache lookup failed ("D'Arcy" "J.M." Cain <darcy@druid.net>) |
| Ответы |
Re: [HACKERS] Help: fmgr_info: function 0: cache lookup failed
|
| Список | pgsql-hackers |
darcy@druid.net ("D'Arcy" "J.M." Cain) writes:
> darcy=> select * from x where g = '12345-0000';
> ERROR: fmgr_info: function 0: cache lookup failed
> As you can see, the select worked until I added the index.
This is a bit of a reach, but maybe it would work if you added
commutator links to your operator definitions? You should add 'em
anyway on general principles.
If that *does* fix it, I'd say it's still a bug; index operators
should not have to have commutator links.
Next step would be to burrow in with a debugger and figure out what
function the thing thinks it's trying to call. A backtrace from
the call to elog() would help here.
regards, tom lane
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера