mohayu22 commented on issue #897:
URL: https://github.com/apache/age/issues/897#issuecomment-1562807465

   ```
   postgres=# SELECT * FROM cypher('test', $$
          MERGE n0 = (x)-[:A]->(x)-[:B]->(x)-[:C]->(x)
    $$) AS (res agtype);
   WARNING:  problem in alloc set ExecutorState: bad single-chunk 
0x560be8f472b0 in block 0x560be8f3e5c0
   WARNING:  problem in alloc set ExecutorState: detected write past chunk end 
in block 0x560be8f3e5c0, chunk 0x560be8f472b0
   WARNING:  problem in alloc set ExecutorState: found inconsistent memory 
block 0x560be8f3e5c0
   WARNING:  problem in alloc set ExecutorState: bad single-chunk 
0x560be8f472b0 in block 0x560be8f3e5c0
   WARNING:  problem in alloc set ExecutorState: detected write past chunk end 
in block 0x560be8f3e5c0, chunk 0x560be8f472b0
   WARNING:  problem in alloc set ExecutorState: found inconsistent memory 
block 0x560be8f3e5c0
    res 
   -----
   (0 rows)
   
   ```


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