Обсуждение: pending triggers infinite list

Поиск
Список
Период
Сортировка

pending triggers infinite list

От
Миша Тюрин
Дата:
  Hi all

  I've got suspicious behavior for transaction cooked with deferrable trigger. if trigger has update on row of his
targettable we get infinite "recursion" without limitation of stack depth.  

  trigger -> update -> trigger -> update -> ... ...  -- infinite pending list :)


 - Misha