YGY-001 opened a new issue, #2535:
URL: https://github.com/apache/age/issues/2535

   Docker image `apache/age:release_PG18_1.7.0
   
   **Reproduction**
   
   ```sql
   LOAD 'age';
   SET search_path = ag_catalog, public;
   SELECT ag_catalog.create_graph('age_issue_case9');
   
   SELECT *
   FROM ag_catalog.cypher('age_issue_case9', $$
   CREATE (n)
   WITH 1 AS y
   WHERE ('zrEJOrLh' CONTAINS (('E' + 'J') + 'OrL'))
   RETURN y
   $$) AS (y agtype);
   ```
   
   **Expected**
   
   The query returns one row containing `1` and PostgreSQL remains available.
   
   **Actual**
   
   ```text
   server closed the connection unexpectedly
   client backend ... was terminated by signal 11: Segmentation fault


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