Re: PostgreSQL and Linux 2.6 kernel.

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: PostgreSQL and Linux 2.6 kernel.
Дата
Msg-id 87wu4gac8n.fsf@stark.xeocode.com
обсуждение исходный текст
Ответ на Re: PostgreSQL and Linux 2.6 kernel.  ("Joshua D. Drake" <jd@commandprompt.com>)
Список 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 по дате отправления:

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: PostgreSQL and Linux 2.6 kernel.
Следующее
От: "Simon Riggs"
Дата:
Сообщение: Re: PostgreSQL and Linux 2.6 kernel.