apache / age

Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL.
https://age.apache.org
Apache License 2.0
2.78k stars 399 forks source link

Fix issue 1878 - Regression test failure with delete global graphs (#1881) #1888

Closed jrgemignani closed 1 week ago

jrgemignani commented 2 weeks ago

Fixed issue 1878, an issue with delete_global_graphs during parallel regression tests.

Added locking and some more defensive copies.

No regression tests were impacted.