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_1_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/8bf45ea8ba1d04e3df20a288e58c5f45fc54d1e6 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
