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
6
6
Up through version 7.0, Postgres had serious problems with memory leakage
7
7
during large queries that process a lot of pass-by-reference data. There
8
8
was 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.
12
12
13
13
14
14
Background
You can’t perform that action at this time.
0 commit comments