Re: BUG #15572: Misleading message reported by "Drop function operation" on DB with functions having same name

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #15572: Misleading message reported by "Drop function operation" on DB with functions having same name
Дата
Msg-id 19400.1546994166@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #15572: Misleading message reported by "Drop functionoperation" on DB with functions having same name  (David Rowley <david.rowley@2ndquadrant.com>)
Ответы Re: BUG #15572: Misleading message reported by "Drop functionoperation" on DB with functions having same name  (David Rowley <david.rowley@2ndquadrant.com>)
Список pgsql-bugs
David Rowley <david.rowley@2ndquadrant.com> writes:
> Why can't we just remove the !noError check in the location where the
> error is raised?

I don't like that a bit --- the point of noError is to prevent throwing
errors, and it doesn't seem like it should be LookupFuncName's business
to decide it's smarter than its callers.  Maybe we need another flag
argument?

            regards, tom lane


В списке pgsql-bugs по дате отправления:

Предыдущее
От: CNG L
Дата:
Сообщение: Is this a bug in auto vacuum worker?
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: BUG #15577: Query returns different results when executedmultiple times