Re: Re: JDBC int8 hack

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re: JDBC int8 hack
Дата
Msg-id 4617.987180719@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: JDBC int8 hack  (Kyle VanderBeek <kylev@yaga.com>)
Список pgsql-patches
Kyle VanderBeek <kylev@yaga.com> writes:
> Please consider applying my patch to the 7.0 codebase as a stop-gap
> measure until such time as the optimizer can be improved to notice
> indecies on INT8 columns and cast INT arguments up.

I think it's an extremely bad idea to hack up JDBC to get around a
backend shortcoming.  The hack will persist and cause problems long
after the real issue has been fixed.

            regards, tom lane

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

Предыдущее
От: Kyle VanderBeek
Дата:
Сообщение: Re: Re: Large Object problems (was Re: JDBC int8 hack)
Следующее
От: Patrick Welche
Дата:
Сообщение: Re: Call for platforms