Re: Substituting Checksum Algorithm (was: Enabling Checksums)

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: Substituting Checksum Algorithm (was: Enabling Checksums)
Дата
Msg-id CAMp0ubdmwgBKSTvq+1aGvT8sNzg6iHS=tPAujO5uswC+54j=0Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Substituting Checksum Algorithm (was: Enabling Checksums)  (Simon Riggs <simon@2ndQuadrant.com>)
Ответы Re: Substituting Checksum Algorithm (was: Enabling Checksums)  (Greg Smith <greg@2ndQuadrant.com>)
Re: Substituting Checksum Algorithm (was: Enabling Checksums)  (Andres Freund <andres@2ndquadrant.com>)
Re: Substituting Checksum Algorithm (was: Enabling Checksums)  (Ants Aasma <ants@cybertec.at>)
Список pgsql-hackers
On Fri, Apr 26, 2013 at 7:09 AM, Simon Riggs <simon@2ndquadrant.com> wrote:
> I'm expecting to spend some time on this over the weekend, once I've
> re-read the thread and patches to see if there is something to commit.
>
> That's my last time window, so this looks like the last chance to make
> changes before beta.

I updated the patch and split it into two parts (attached).

The first patch is the checksum algorithm itself. I have done
some documentation updates and moved it into the C file (rather
than the README), but further explanation of the "shift right 3"
modification will need to be by Ants or Florian.

The second patch adds the configure-time check for the right
compilation flags, and uses them when compiling checksum.c. I
called the new variable CFLAGS_EXTRA, for lack of a better idea,
so feel free to come up with a new name. It doesn't check for, or
use, -msse4.1, but that can be specified by the user by
configuring with CFLAGS_EXTRA="-msse4.1".

I don't know of any more required changes, aside from
documentation improvements.

Regards,
     Jeff Davis

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Bug Fix: COLLATE with multiple ORDER BYs in aggregates
Следующее
От: Gavin Flower
Дата:
Сообщение: Re: libpq COPY handling