JoshInnis edited a comment on issue #39: URL: https://github.com/apache/incubator-age/issues/39#issuecomment-793443283
Hello, I believe this issue is related to issue #28 In short: the data structure that preserves the information about a CREATE clause does not support moments where the current MemoryContext is destroyed. ie: prepared statements and PL/PGPSQL functionms. See Here: https://www.postgresql.org/docs/11/spi-memory.html We need the CREATE clause-- and REMOVE, SET, and eventually MERGE and DELETE (when these are implemented) clauses to store information on disk, so it can handle situations where information needs to be preserved beyond the specific context it was created in. We will keep this ticket open and updated until this issue is resolved. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org