Re: generic plans and "initial" pruning - Mailing list pgsql-hackers

From Zhihong Yu
Subject Re: generic plans and "initial" pruning
Date
Msg-id CALNJ-vTt0pY9MP04Ewew+qTysNddUJOyACT6UrXx4BUaKJSJQA@mail.gmail.com
Whole thread Raw
In response to generic plans and "initial" pruning  (Amit Langote <amitlangote09@gmail.com>)
List 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 by date:

Previous
From: Justin Pryzby
Date:
Subject: Re: wal_compression=zstd
Next
From: Stephen Frost
Date:
Subject: Re: role self-revocation