Defend against bad trigger definitions in contrib/lo's lo_manage() trigger.
This function formerly crashed if called as a statement-level trigger, or if a column-name argument wasn't given. In passing, add the trigger name to all error messages from the function. (None of them are expected cases, so this shouldn't pose any compatibility risk.) Marc Cousin, reviewed by Sawada Masahiko Branch ------ REL9_0_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/cd5316f67d5f6e110205d47d27b11eb644720e4b Modified Files -------------- contrib/lo/lo.c | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
