Re: Asynchronous MergeAppend - Mailing list pgsql-hackers

From Matheus Alcantara
Subject Re: Asynchronous MergeAppend
Date
Msg-id DFBN6K9K9IUG.23WZ7OBL8DRAQ@gmail.com
Whole thread Raw
In response to Re: Asynchronous MergeAppend  (Alexander Pyhalov <a.pyhalov@postgrespro.ru>)
Responses Re: Asynchronous MergeAppend
List pgsql-hackers
On Tue Dec 30, 2025 at 10:15 AM -03, Alexander Pyhalov wrote:
> Looks good. What do you think about classify_matching_subplans_common()?
> Should it stay where it is or should we hide it to
> src/include/executor/execAppend.h ?
>
Yeah, sounds better to me to move classify_matching_subplans_common to
execAppend.h since it very specific for the MergeAppend and Append
execution. I've declared the function as static inline on execAppend.h
but I'm not sure if it's the best approach.

I've also wrote a proper commit message for this new version.

--
Matheus Alcantara
EDB: https://www.enterprisedb.com


Attachment

pgsql-hackers by date:

Previous
From: Bryan Green
Date:
Subject: Python Limited API for PL/Python on MSVC
Next
From: Kirill Reshke
Date:
Subject: Re: REASSIGN OWNED BY alters objects in other database.