mirror of
https://github.com/postgres/postgres.git
synced 2026-07-16 05:02:57 -04:00
Update grammar
From: Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>
This commit is contained in:
parent
b986270bd4
commit
71812a98cb
1 changed files with 3 additions and 3 deletions
|
|
@ -6,9 +6,9 @@ Notes About Memory Allocation Redesign
|
|||
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
|
||||
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
|
||||
chunks of data to be passed around in the system. This document describes
|
||||
the new memory management system implemented in 7.1.
|
||||
fixed, even more so with the advent of TOAST which allows very large chunks
|
||||
of data to be passed around in the system. This document describes the new
|
||||
memory management system implemented in 7.1.
|
||||
|
||||
|
||||
Background
|
||||
|
|
|
|||
Loading…
Reference in a new issue