Hi all I've got suspicious behavior for transaction cooked with deferrable trigger. if trigger has update on row of his target table we get infinite "recursion" without limitation of stack depth.
trigger -> update -> trigger -> update -> ... ... -- infinite pending list :) - Misha -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
