Re: [BUGS] BUG #14522: plpythonu, missed filenode

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUGS] BUG #14522: plpythonu, missed filenode
Дата
Msg-id 18330.1485975415@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [BUGS] BUG #14522: plpythonu, missed filenode  (pasquini.matteo@gmail.com)
Список pgsql-bugs
pasquini.matteo@gmail.com writes:
> got: [...] "base/23417/2659":no such file or directory
> sqlcode : 58P01
> while using plpython functions, usually after 2nd call of a plpython
> function.

You're not really going to get any responses to this if you don't provide
a self-contained, reproducible test case.  It may well be a "so don't do
that" case anyway --- running arbitrary Python code inside a PG backend
strikes me as a seriously dangerous thing to do, especially given Python's
lack of any safe sandbox mode.  (An example is that allowing the backend
process to become multithreaded would almost certainly break things.)
But without knowing what your Python code is doing, there's no way to
investigate.

            regards, tom lane


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

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

Предыдущее
От: pasquini.matteo@gmail.com
Дата:
Сообщение: [BUGS] BUG #14522: plpythonu, missed filenode
Следующее
От: Kyotaro HORIGUCHI
Дата:
Сообщение: Re: [HACKERS] [BUGS] Bug in Physical Replication Slots (at least9.5)?