Lists: | pgsql-committers |
---|
From: | neilc(at)postgresql(dot)org (Neil Conway) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Fix typo in comment. |
Date: | 2008-06-09 06:55:34 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Lists: | pgsql-committers |
Log Message:
-----------
Fix typo in comment.
Modified Files:
--------------
pgsql/src/backend/storage/lmgr:
proc.c (r1.199 -> r1.200)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/lmgr/proc.c?r1=1.199&r2=1.200)
From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Neil Conway <neilc(at)samurai(dot)com> |
Cc: | pgsql-committers(at)postgresql(dot)org |
Subject: | Re: pgsql: Fix typo in comment. |
Date: | 2008-06-09 15:12:51 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Lists: | pgsql-committers |
neilc(at)postgresql(dot)org (Neil Conway) writes:
> Fix typo in comment.
I think you've rendered the sentence nonsensical.
Perhaps putting a comma after the "have" would have been a better
solution than removing it.
regards, tom lane
From: | Neil Conway <neilc(at)samurai(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-committers(at)postgresql(dot)org |
Subject: | Re: pgsql: Fix typo in comment. |
Date: | 2008-06-09 18:32:23 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Lists: | pgsql-committers |
On Mon, 2008-06-09 at 11:12 -0400, Tom Lane wrote:
> Perhaps putting a comma after the "have" would have been a better
> solution than removing it.
Yeah, good point -- fixed.
-Neil