Re: foreign table: WARNING: problem in alloc set ExecutorState detected write past chunk end in block ...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: foreign table: WARNING: problem in alloc set ExecutorState detected write past chunk end in block ...
Дата
Msg-id 14184.1315952981@sss.pgh.pa.us
обсуждение исходный текст
Ответ на foreign table: WARNING: problem in alloc set ExecutorState detected write past chunk end in block ...  (Josh Kupershmidt <schmiddy@gmail.com>)
Ответы Re: foreign table: WARNING: problem in alloc set ExecutorState detected write past chunk end in block ...
Список pgsql-hackers
Josh Kupershmidt <schmiddy@gmail.com> writes:
> While trying to test out the "EXPLAIN and nfiltered, take two" patch
> with its test file "explaintesti", I noticed I was getting a warning
> message like:

>  WARNING:  problem in alloc set ExecutorState: detected write past
> chunk end in block 0x101134e00, chunk 0x101134f38

> I got the same warning on unpatched git head as well.

Can't reproduce that here, on either 32-bit or 64-bit hardware.
However, this sort of issue is often exceedingly sensitive to
environment and build options.  What's your platform, what did you use
for configure options, etc?

[ thinks for a bit... ]  It could easily also depend on the precise
lengths of strings being pushed around.  What's the exact length of
the foreign table pathname you actually used?  And is that the exact
dummy file you used?
        regards, tom lane


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

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: Rough impl of IGNORE NULLS for window functions
Следующее
От: Mark Kirkwood
Дата:
Сообщение: New releases for back branches 8.4 and 9.0?