harudini commented on issue #2164: URL: https://github.com/apache/age/issues/2164#issuecomment-3359108811
Hi, I applied your patch but encountered a segmentation fault during the cypher_match regression test. The backtrace indicates the fault occurs in the function process_update_list, specifically around the call to ExecCloseIndices. It appears that PostgreSQL 18 no longer tolerates ExecCloseIndices being called twice on the same ResultRelInfo. While in here, ExecCloseIndices is called both inside process_update_list and again within update_entity_tuple, causing a double close that leads to the assertion failure and subsequent segfault. -- 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]
