gregfelice commented on issue #2539:
URL: https://github.com/apache/age/issues/2539#issuecomment-5369738021
I could not reproduce this on current master (`4d9b2506`, AGE 1.8.0,
PostgreSQL 18.4). Running your reproducer verbatim, the final query returns the
six rows you describe as expected, with no missing-vertex error:
```
i
---
1
1
1
1
1
1
(6 rows)
```
Your report is against the `apache/age:release_PG18_1.7.0` Docker image, so
this looks fixed between 1.7.0 and 1.8.0 — though I want to be careful about
naming a commit. I checked whether #2495 was responsible by rebuilding at
`5f324f82`, the commit immediately before it; **the reproducer already passed
there**, so that is not the fix and I did not bisect further.
Could you retest on 1.8.0 / master? If it still reproduces for you, the
difference is environmental and worth chasing rather than closing.
--
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]