pgsql: Fix typo in comment.

Started by Neil Conwayabout 18 years ago3 messagescomitters
Jump to latest
#1Neil Conway
neilc@samurai.com

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)

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Neil Conway (#1)
Re: pgsql: Fix typo in comment.

neilc@postgresql.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

#3Neil Conway
neilc@samurai.com
In reply to: Tom Lane (#2)
Re: pgsql: Fix typo in comment.

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