Re: Parallel Seq Scan

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Parallel Seq Scan
Дата
Msg-id CA+TgmoZZtsFi5fy25UZ=2z6nwbQbua4Dsf5Qv0b7zqhW9sDwvA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Parallel Seq Scan  (Noah Misch <noah@leadboat.com>)
Ответы Re: Parallel Seq Scan  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Parallel Seq Scan  (Noah Misch <noah@leadboat.com>)
Список pgsql-hackers
On Thu, Oct 15, 2015 at 8:23 PM, Noah Misch <noah@leadboat.com> wrote:
> Agreed.  More specifically, I had in mind for copyParamList() to check the
> mask while e.g. ExecEvalParamExtern() would either check nothing or merely
> assert that any mask included the requested parameter.  It would be tricky to
> verify that as safe, so ...
>
>> Would it work to define this as "if non-NULL,
>> params lacking a 1-bit may be safely ignored"?  Or some other tweak
>> that basically says that you don't need to care about this, but you
>> can if you want to.
>
> ... this is a better specification.

Here's an attempt to implement that.

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

Вложения

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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: Making tab-complete.c easier to maintain
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Parallel Seq Scan