gregfelice commented on issue #2528:
URL: https://github.com/apache/age/issues/2528#issuecomment-5369737902

   I could not reproduce this on current master (`4d9b2506`, AGE 1.8.0, 
PostgreSQL 18.4). Running your reproducer verbatim returns the expected result 
with no error:
   
   ```
        alias6
   -----------------
    ["d", "d", "d"]
   (1 row)
   ```
   
   No `vertex assigned to variable n0 was deleted` error.
   
   Your report is against the `apache/age:release_PG18_1.7.0` Docker image, so 
the most likely explanation is that this was fixed somewhere between 1.7.0 and 
1.8.0.
   
   To be careful about attributing it: I suspected #2495 ("Fix earlier clauses' 
writes being invisible to later clauses"), since it touches this area. I 
checked by rebuilding at `5f324f82`, the commit immediately before that fix — 
**your reproducer already passed there too**, so #2495 is not what fixed this 
and I did not bisect further.
   
   Could you retest against 1.8.0 / master and confirm? If it still fails for 
you there, the difference is environmental and worth knowing about. I would 
rather not close this pointing at a commit that demonstrably is not the fix.
   


-- 
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