Re: Parallel Seq Scan

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Parallel Seq Scan
Дата
Msg-id CA+TgmoaRzBq0-SwvmpXB8Kq_Q_aAJCF9Ng+YF7Bd_OeXtgtoKg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Parallel Seq Scan  (Amit Kapila <amit.kapila16@gmail.com>)
Список pgsql-hackers
On Wed, Sep 23, 2015 at 3:22 AM, Amit Kapila <amit.kapila16@gmail.com> wrote:
>> Instead of passing the Plan down by casting, how about passing
>> &local_node->plan?  And similarly for scans and joins.
> Changed as per suggestion.

The point of this change was to make it so that we wouldn't need the
casts any more.  You changed it so we didn't, but then didn't actually
get rid of them.  I did that, tweaked a comment, and committed this.

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



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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: CREATE POLICY and RETURNING
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: unclear about row-level security USING vs. CHECK