You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by GitBox <gi...@apache.org> on 2022/09/20 23:20:31 UTC

[GitHub] [age] JoshInnis commented on issue #306: Post-installation regression test failing on Ubuntu

JoshInnis commented on issue #306:
URL: https://github.com/apache/age/issues/306#issuecomment-1253011399

   The optimizer/planner is picking a different execution plan between ubuntu and the development environments we currently have. 
   
   `SET max_parallel_workers_per_gather = 0;`
   
   If you add this to the .sql file for expr the CONTEXT messages disappear, because the execution plan will not use parallel workers anymore. Though that will change the output of several; more queries too. Since the order of a query isn't guaranteed unless the ORDER BY clause is present the different plans are outputting the results differently.
   
   The CONTEXT errors can be solved by adding the above line, and the output differences can be solved by adding ORDER BY to the queries. 


-- 
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: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org