Re: Remove incidental md5() function uses from several tests

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Remove incidental md5() function uses from several tests
Date: 2023-07-04 12:51:55
Message-ID: be81aece-50b0-667e-f190-4a537c20a9dc@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 07.06.23 10:19, Daniel Gustafsson wrote:
>> Unlike for the main regression tests, I didn't write a fipshash() wrapper here, because that would have been too repetitive and wouldn't really save much here. In some cases it was easier to remove one layer of indirection by changing column types from text to bytea.
>
> Agreed. Since the commit message mentions 208bf364a9 it would probably be a
> good idea to add some version of the above fipshash clarification to the commit
> message.

Committed with that addition, thanks.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2023-07-04 13:11:37 Re: Named Operators
Previous Message Daniel Gustafsson 2023-07-04 12:50:00 Re: pipe_read_line for reading arbitrary strings