jrgemignani commented on issue #1630: URL: https://github.com/apache/age/issues/1630#issuecomment-1977315056
@mingfang I should have a PR for the fix today. This particular bug is due to PG function `remove_unused_subquery_outputs`. For whatever reason, the PG logic feels that it is okay to remove the variable by replacing it, in place, with a NULL constant. The fix involves wrapping the variable with a volatile function so that it is kept. -- 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-unsubscr...@age.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org