jrgemignani opened a new pull request, #1643:
URL: https://github.com/apache/age/pull/1643

   This PR fixes the issue where some previous clause user variables were not 
getting passed to the next clause.
   
   Basically, there is a function, remove_unused_subquery_outputs, that tries 
to remove unnecessary variables by replacing them, in place, with a NULL Const. 
As these variables are needed, we need to wrap them with the volatile wrapper 
to stop that function from removing them.
   
   Added regression tests.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to