mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
a per-query memory context created by CreateExecutorState --- and destroyed by FreeExecutorState. This provides a final solution to the longstanding problem of memory leaked by various ExecEndNode calls.