"Andras Belokosztolszki" <[EMAIL PROTECTED]> writes: > When I use 2 or more triggers (body written in C) with trigger parameters, > triggered within the same psql connection the backend crashes randomly.
It's hard to tell for sure from your incomplete example, but I wonder whether you are sometimes returning a garbage pointer value from your trigger function. The quoted code looks like it has mismatched braces, leaving me wondering if it's possible to fall off the end of the function without executing a "return" statement. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly