Re: BUG #16340: lo_manage() crashs DB instance

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #16340: lo_manage() crashs DB instance
Дата
Msg-id 24271.1585924813@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #16340: lo_manage() crashs DB instance  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re: BUG #16340: lo_manage() crashs DB instance  (wcrowell <wcrowell@perforce.com>)
Список pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> PostgreSQL crashes if you do the following:
> $psql postgres -c 'create extension lo'
> CREATE EXTENSION
> $psql postgres -c 'select lo_manage()'
> server closed the connection unexpectedly

Huh, somebody was a bit too cute here:

    if (!CALLED_AS_TRIGGER(fcinfo)) /* internal error */
        elog(ERROR, "%s: not fired by trigger manager",
             trigdata->tg_trigger->tgname);

Will fix, thanks for the report!

            regards, tom lane



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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #16341: Installation with EnterpriseDB Community installer in NT AUTHORITY\SYSTEM context not possible
Следующее
От: wcrowell
Дата:
Сообщение: Re: BUG #16340: lo_manage() crashs DB instance