Re: PostgreSQL and Linux 2.6 kernel. - Mailing list pgsql-performance

From Greg Stark
Subject Re: PostgreSQL and Linux 2.6 kernel.
Date
Msg-id 87wu4gac8n.fsf@stark.xeocode.com
Whole thread Raw
In response to Re: PostgreSQL and Linux 2.6 kernel.  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-performance
"Joshua D. Drake" <jd@commandprompt.com> writes:

> > while($howmany--) { push @morepgGurus, $pgGuru; }
>
> This is just wrong...

yeah, it would have been much clearer written as:
 push @morepgGurus, ($pgGuru)x$howmany;

Or at least the perlish:
 for (1..$howmany)
instead of C style while syntax.

Ok. I stop now.

--
greg

pgsql-performance by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: PostgreSQL and Linux 2.6 kernel.
Next
From: "Simon Riggs"
Date:
Subject: Re: PostgreSQL and Linux 2.6 kernel.