Re: pgsql: Add ANALYZE into regression tests

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: pgsql: Add ANALYZE into regression tests
Дата
Msg-id CAM-w4HNjztP2hsbHXU1yB8j0bi6iKQmdf3PGRaiYzkofPVupuw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgsql: Add ANALYZE into regression tests  (Stephen Frost <sfrost@snowman.net>)
Ответы Re: pgsql: Add ANALYZE into regression tests  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-committers

Yeah I think this is OK.

But the original goal seems like it would be easier and better done with an immutable function which lies and calls elog to leak information. That's the actual attack this is supposed to protect against anyways.

That would make the tests more robust against other changes causing failures. Even things like changing explain output formatting for example.

--
greg

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve some O(N^2) behavior in window function evaluation.
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: pgsql: Add ANALYZE into regression tests