Andrew Dunstan escribió:

> +     /* make sure it's called as a trigger */
> +     if (!CALLED_AS_TRIGGER(fcinfo))
> +         elog(ERROR, "suppress_redundant_updates_trigger: must be called as 
> trigger");

Shouldn't these all be ereport()?

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

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

Reply via email to