Re: Getting sorted data from foreign server

Поиск
Список
Период
Сортировка
От Ashutosh Bapat
Тема Re: Getting sorted data from foreign server
Дата
Msg-id CAFjFpRejJDZxfg0sQpi-z830LDiVM7-yYUJJTqeo600QOrzp+Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Getting sorted data from foreign server  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers


On Tue, Nov 3, 2015 at 11:35 PM, Robert Haas <robertmhaas@gmail.com> wrote:
On Fri, Oct 30, 2015 at 6:19 AM, Ashutosh Bapat
<ashutosh.bapat@enterprisedb.com> wrote:
> If there is a collate clause in the ORDER BY, the server crashes with
> assertion
> +    Assert(loc_cxt.state == FDW_COLLATE_NONE ||
> +            loc_cxt.state == FDW_COLLATE_SAFE);
>
>
> The assertion is fine as long as is_foreign_expr() tests only boolean
> expressions (appearing in quals). This patch uses the function to test an
> expression appearing in ORDER BY clause, which need not be boolean. Attached
> patch removed the assertion and instead makes the function return false,
> when the walker deems collation of the expression unsafe. The walker can not
> return false when it encounter unsafe expression since the subtree it's
> examining might be part of an expression which does not use the collation
> ultimately.

I've committed this version.


Thanks.
 
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



--
Best Wishes,
Ashutosh Bapat
EnterpriseDB Corporation
The Postgres Database Company

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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Valgrind and shared_buffers (Was: Restore-reliability mode)
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: COPY FREEZE and PD_ALL_VISIBLE