Fix typo in src/backend/utils/mmgr/README

Started by Etsuro Fujitaabout 12 years ago5 messages
#1Etsuro Fujita
fujita.etsuro@lab.ntt.co.jp
1 attachment(s)

This is a small patch to fix a typo in src/backend/utils/mmgr/README.

Thanks,

Best regards,
Etsuro Fujita

Attachments:

typofix.patchapplication/octet-stream; name=typofix.patchDownload
diff --git a/src/backend/utils/mmgr/README b/src/backend/utils/mmgr/README
index d52e959..a5008fb 100644
--- a/src/backend/utils/mmgr/README
+++ b/src/backend/utils/mmgr/README
@@ -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 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.
 
 
 Background
#2Peter Eisentraut
peter_e@gmx.net
In reply to: Etsuro Fujita (#1)
Re: Fix typo in src/backend/utils/mmgr/README

On 12/24/13, 1:33 AM, Etsuro Fujita wrote:

This is a small patch to fix a typo in src/backend/utils/mmgr/README.

I don't think that change is correct.

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#3Etsuro Fujita
fujita.etsuro@lab.ntt.co.jp
In reply to: Peter Eisentraut (#2)
1 attachment(s)
Re: Fix typo in src/backend/utils/mmgr/README

Peter Eisentraut wrote:

On 12/24/13, 1:33 AM, Etsuro Fujita wrote:

This is a small patch to fix a typo in src/backend/utils/mmgr/README.

I don't think that change is correct.

I've fixed the patch, though that might be still wrong. I'm not a native
English speaker ;). Please find attached an updated version of the patch.

Thanks,

Best regards,
Etsuro Fujita

Attachments:

typofix-2.patchapplication/octet-stream; name=typofix-2.patchDownload
diff --git a/src/backend/utils/mmgr/README b/src/backend/utils/mmgr/README
index d52e959..45e610d 100644
--- a/src/backend/utils/mmgr/README
+++ b/src/backend/utils/mmgr/README
@@ -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
#4Robert Haas
robertmhaas@gmail.com
In reply to: Peter Eisentraut (#2)
Re: Fix typo in src/backend/utils/mmgr/README

On Tue, Dec 24, 2013 at 5:33 AM, Peter Eisentraut <peter_e@gmx.net> wrote:

On 12/24/13, 1:33 AM, Etsuro Fujita wrote:

This is a small patch to fix a typo in src/backend/utils/mmgr/README.

I don't think that change is correct.

Why not? It looks like a correct fix to me. The second version looks
correct to me too, but I would have fixed it the first way in a
vacuum.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#5Peter Eisentraut
peter_e@gmx.net
In reply to: Etsuro Fujita (#3)
Re: Fix typo in src/backend/utils/mmgr/README

On Wed, 2013-12-25 at 17:50 +0900, Etsuro Fujita wrote:

Peter Eisentraut wrote:

On 12/24/13, 1:33 AM, Etsuro Fujita wrote:

This is a small patch to fix a typo in src/backend/utils/mmgr/README.

I don't think that change is correct.

I've fixed the patch, though that might be still wrong. I'm not a native
English speaker ;). Please find attached an updated version of the patch.

Committed.

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers