Re: pgsql: Improve BRIN minmax-multi opclass test coverage

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pgsql: Improve BRIN minmax-multi opclass test coverage
Дата
Msg-id 98683303-b841-42a1-8ccc-9655b116ce24@eisentraut.org
обсуждение исходный текст
Ответ на Re: pgsql: Improve BRIN minmax-multi opclass test coverage  (Peter Eisentraut <peter@eisentraut.org>)
Список pgsql-committers
On 22.08.23 08:43, Peter Eisentraut wrote:
> These new tests introduced a few new calls of the md5() function.  This 
> should be avoided (see commit 208bf364a9).  You can replace these easily 
> with the fipshash() function instead, but I think you then also need to 
> change some of the constants in the tests.  Could you look at this again?

I have created a patch that updates the test accordingly.  It replaces 
the md5() function with fipshash() and adjusts the test values to 
correspond to the values generated in the original tests.

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: C comment: fix typos with unnecessary apostrophes
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix resource leak when a FDW's ForeignAsyncRequest function fail