Skip to content
Snippets Groups Projects
Commit 71812a98 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Update grammar

From: Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>
parent b986270b
No related branches found
No related tags found
No related merge requests found
...@@ -6,9 +6,9 @@ Notes About Memory Allocation Redesign ...@@ -6,9 +6,9 @@ Notes About Memory Allocation Redesign
Up through version 7.0, Postgres had serious problems with memory leakage Up through version 7.0, Postgres had serious problems with memory leakage
during large queries that process a lot of pass-by-reference data. There during large queries that process a lot of pass-by-reference data. There
was no provision for recycling memory until end of query. This needed to be was no provision for recycling memory until end of query. This needed to be
fixed, even more so with the advent of TOAST which will allowed very large fixed, even more so with the advent of TOAST which allows very large chunks
chunks of data to be passed around in the system. This document describes of data to be passed around in the system. This document describes the new
the new memory management system implemented in 7.1. memory management system implemented in 7.1.
Background Background
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment