Re: Question: test "aggregates" failed in 32-bit machine

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: Question: test "aggregates" failed in 32-bit machine
Дата
Msg-id CAH2-Wzm8+4=zopa0Ee=TbeC12_b7xYH63sCc0O2EMZC=nPC98w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Question: test "aggregates" failed in 32-bit machine  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Question: test "aggregates" failed in 32-bit machine  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Sat, Oct 1, 2022 at 12:14 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> I spent some time today looking into the question of what our qsort
> code actually does.  I wrote a quick-n-dirty little test module
> (attached) to measure the number of comparisons qsort really uses
> for assorted sample inputs.

Reminds me of the other sort testing program that you wrote when the
B&M code first went in:

https://www.postgresql.org/message-id/18732.1142967137@sss.pgh.pa.us

This was notable for recreating the tests from the original B&M paper.
The paper uses various types of test inputs with characteristics that
were challenging to the implementation and worth specifically getting
right. For example, "saw tooth" input.

-- 
Peter Geoghegan



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Question: test "aggregates" failed in 32-bit machine
Следующее
От: Andres Freund
Дата:
Сообщение: Re: [PATCH v1] [meson] add a default option prefix=/usr/local/pgsql