Re: Second thoughts on CheckIndexCompatible() vs. operator families

Поиск
Список
Период
Сортировка
От Noah Misch
Тема Re: Second thoughts on CheckIndexCompatible() vs. operator families
Дата
Msg-id 20120126115536.GD15670@tornado.leadboat.com
обсуждение исходный текст
Ответ на Re: Second thoughts on CheckIndexCompatible() vs. operator families  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Second thoughts on CheckIndexCompatible() vs. operator families  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On Wed, Jan 25, 2012 at 11:53:10PM -0500, Tom Lane wrote:
> Not only is that code spectacularly unreadable, but has nobody noticed
> that this commit broke the buildfarm?

Thanks for reporting the problem.  This arose because the new test case
temporarily sets client_min_messages=DEBUG1.  The default buildfarm
configuration sets log_statement=all in its postgresql.conf, so the client
gets those log_statement lines.  I would fix this as attached, resetting the
optional logging to defaults during the test cases in question.  Not
delightful, but that's what we have to work with.

nm

Вложения

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

Предыдущее
От: Kohei KaiGai
Дата:
Сообщение: Re: [v9.2] LEAKPROOF attribute of FUNCTION (Re: [v9.2] Fix Leaky View Problem)
Следующее
От: Kohei KaiGai
Дата:
Сообщение: Re: [v9.2] sepgsql's DROP Permission checks