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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Second thoughts on CheckIndexCompatible() vs. operator families
Дата
Msg-id 5181.1327791941@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Second thoughts on CheckIndexCompatible() vs. operator families  (Noah Misch <noah@leadboat.com>)
Список pgsql-hackers
Noah Misch <noah@leadboat.com> writes:
> On Thu, Jan 26, 2012 at 08:23:34AM -0500, Robert Haas wrote:
>> I'm just going to remove the test.  This is not very future-proof and

> [ objections ]

FWIW, I concur with Robert's choice here.  This test method is ugly and
fragile, and I'm not even thinking about the question of whether an
installation might have GUC settings that affect it.  My objection is
that you're assuming that nowhere else, anywhere in the large amount of
code executed by the queries under test, will anyone ever wish to insert
another elog(DEBUG) message.

> I used the same strategy in another ALTER TABLE patch this CF:
> http://archives.postgresql.org/message-id/20120126033956.GC15670@tornado.leadboat.com

That's going to need to be removed before commit too, then.
        regards, tom lane


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

Предыдущее
От: Jan Urbański
Дата:
Сообщение: unfriendly error when accessing NEW in statement-level trigger
Следующее
От: Tom Lane
Дата:
Сообщение: Re: unfriendly error when accessing NEW in statement-level trigger