mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08: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. |
||
---|---|---|
.. | ||
data | ||
expected | ||
sql | ||
.cvsignore | ||
Makefile | ||
seg-validate.pl | ||
seg.c | ||
seg.sql.in | ||
segdata.h | ||
segparse.y | ||
segscan.l | ||
sort-segments.pl | ||
uninstall_seg.sql |