File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ Notes About Memory Allocation Redesign
66Up through version 7.0, Postgres had serious problems with memory leakage
77during large queries that process a lot of pass-by-reference data. There
88was no provision for recycling memory until end of query. This needed to be
9- fixed, even more so with the advent of TOAST which will allowed very large
10- chunks of data to be passed around in the system. This document describes
11- the new memory management system implemented in 7.1.
9+ fixed, even more so with the advent of TOAST which allows very large chunks
10+ of data to be passed around in the system. This document describes the new
11+ memory management system implemented in 7.1.
1212
1313
1414Background
You can’t perform that action at this time.
0 commit comments