Re: copying a bucket to a BufFile

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: copying a bucket to a BufFile
Дата
Msg-id 9485.1118162288@sss.pgh.pa.us
обсуждение исходный текст
Ответ на copying a bucket to a BufFile  (mchron@aueb.gr)
Список pgsql-hackers
mchron@aueb.gr writes:
> I'm trying to copy the contents of a bucket of a hash table to a BufFile. 
> There is a memory context for each bucket. That is, there is an array 
> (#nbuckets) memory contexts.

That's a lot of contexts...

> The server terminated abnormally here "->>> (1)" at the code below and I 
> can't understand why!

Probably you reset a context that contained data that was still needed.
Exactly where did that slot get created, for instance?
        regards, tom lane


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

Предыдущее
От: mchron@aueb.gr
Дата:
Сообщение: copying a bucket to a BufFile
Следующее
От: Jaime Casanova
Дата:
Сообщение: Re: [GENERAL] Issue with adding ORDER BY to EXCEPT.