Re: TEXT vs VARCHAR join qual push down diffrence, bug or expected?

Поиск
Список
Период
Сортировка
От Jeevan Chalke
Тема Re: TEXT vs VARCHAR join qual push down diffrence, bug or expected?
Дата
Msg-id CAM2+6=Vu+Y6GuOy7ZcUuSajBjF3vPcBsC2iOWoC=ohKwh0zEHQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: TEXT vs VARCHAR join qual push down diffrence, bug or expected?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers


On Thu, Sep 24, 2015 at 10:22 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
Jeevan Chalke <jeevan.chalke@enterprisedb.com> writes:
> On Wed, Sep 23, 2015 at 10:15 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> After a bit more thinking and experimentation, I propose the attached
>> patch.

> I had a look over the patch and reviewed it. It is in excellent state to
> check-in.

After further thought I decided that the base case for
Const/Param/non-foreign-Vars wasn't quite right either.  If we don't like
the collation we should just set the state to UNSAFE not fail immediately,
because it might appear in a context where collation doesn't matter.
An example is "var IS NOT NULL".

Make sense.
 

So I've committed the attached modification of that patch.

Thanks
 
                        regards, tom lane




--
Jeevan B Chalke
Principal Software Engineer, Product Development
EnterpriseDB Corporation
The Enterprise PostgreSQL Company

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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: Decimal64 and Decimal128
Следующее
От: Fabien COELHO
Дата:
Сообщение: Re: Doubt in pgbench TPS number