Do not allocate anything in subtransaction memory context (#12176)

## Problem

See https://github.com/neondatabase/neon/issues/12173

## Summary of changes

Allocate table in TopTransactionMemoryContext

---------

Co-authored-by: Konstantin Knizhnik <knizhnik@neon.tech>
This commit is contained in:
Konstantin Knizhnik
2025-07-04 13:24:39 +03:00
committed by GitHub
parent cc699f6f85
commit 436a117c15
4 changed files with 80 additions and 12 deletions

View File

@@ -10,3 +10,4 @@ test: neon-clog
test: neon-test-utils
test: neon-vacuum-full
test: neon-event-triggers
test: neon-subxacts