Skip to content

Commit 71812a9

Browse files
committed
Update grammar
From: Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>
1 parent b986270 commit 71812a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/utils/mmgr/README

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Notes About Memory Allocation Redesign
66
Up through version 7.0, Postgres had serious problems with memory leakage
77
during large queries that process a lot of pass-by-reference data. There
88
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.
1212

1313

1414
Background

0 commit comments

Comments
 (0)