mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-06 12:20:15 +01:00
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 | ||
| CHANGES | ||
| cube.c | ||
| cube.sql.in | ||
| cubedata.h | ||
| cubeparse.y | ||
| cubescan.l | ||
| Makefile | ||
| uninstall_cube.sql | ||