Re: BUG #18483: Segmentation fault in tests modules

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #18483: Segmentation fault in tests modules
Дата
Msg-id 336833.1717859243@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #18483: Segmentation fault in tests modules  (Alexander Lakhin <exclusion@gmail.com>)
Ответы Re: BUG #18483: Segmentation fault in tests modules  (Alexander Lakhin <exclusion@gmail.com>)
Список pgsql-bugs
Alexander Lakhin <exclusion@gmail.com> writes:
> May I ask you about the project policy regarding such test modules
> failures?
> Do you think all of these should be fixed or it's ok to have some
> server-crashing modules in the tree?

I don't think there's a one-size-fits-all policy for them.  Since
we don't intend these modules to be installed, they don't really
need to work in any cases beyond the ones exercised in the tests.
Still, if it's easy to stop a misbehavior then we probably should.
The test_predtest problem was just a missing check-for-null so
I definitely regard that as worth fixing.  These other ones would
have to be investigated enough to figure out the size of the fix
before I'd venture an opinion.

            regards, tom lane



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

Предыдущее
От: Floris Van Nee
Дата:
Сообщение: RE: error "can only drop stats once" brings down database
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #18499: Reindexing spgist index concurrently triggers Assert("TransactionIdIsValid(state->myXid)")