Re: generic plans and "initial" pruning

Поиск
Список
Период
Сортировка
От Zhihong Yu
Тема Re: generic plans and "initial" pruning
Дата
Msg-id CALNJ-vTt0pY9MP04Ewew+qTysNddUJOyACT6UrXx4BUaKJSJQA@mail.gmail.com
обсуждение исходный текст
Ответ на generic plans and "initial" pruning  (Amit Langote <amitlangote09@gmail.com>)
Список pgsql-hackers
Hi,
w.r.t. v5-0003-Teach-AcquireExecutorLocks-to-skip-locking-pruned.patch :

(pruning steps containing expressions that can be computed before
before the executor proper has started)

the word 'before' was repeated.

For ExecInitParallelPlan():

+   char       *execlockrelsinfo_data;
+   char       *execlockrelsinfo_space;

the content of execlockrelsinfo_data is copied into execlockrelsinfo_space.
I wonder if having one of execlockrelsinfo_data and execlockrelsinfo_space suffices.

Cheers

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

Предыдущее
От: Justin Pryzby
Дата:
Сообщение: Re: wal_compression=zstd
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: role self-revocation