| От | Michael Fuhr |
|---|---|
| Тема | Re: Stack Depth |
| Дата | |
| Msg-id | 20060202005226.GA79205@winnie.fuhr.org обсуждение исходный текст |
| Ответ на | Re: Stack Depth (Bricklen Anderson <banderson@presinet.com>) |
| Список | pgsql-general |
On Wed, Feb 01, 2006 at 03:48:38PM -0800, Bricklen Anderson wrote: > Bob Pawley wrote: > >I understand the default stack depth is about 2 meg. How do I determine > >what the stack depth should be so that I avoid this error? > > check max_stack_depth in your postgresql.conf file Before mucking with max_stack_depth, investigate whether the triggers are causing infinite recursion (an insert fires a trigger, which does an insert, which fires a trigger, which does an insert, ad infinitum). If that's happening then increasing the stack depth will merely prolong the agony. -- Michael Fuhr
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера