mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 11:35:13 -04:00
fbb2b69c8f
during parsing. Formerly the parser's stack was allocated with malloc and so wouldn't be reclaimed; this patch makes it use palloc instead, so that flushing the current context will reclaim the memory. Per Marko Kreen.