Re: [HACKERS] additional contrib test suites - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [HACKERS] additional contrib test suites
Date
Msg-id 06aef331-2490-a4db-4b28-01c5927e8dbe@2ndquadrant.com
Whole thread Raw
In response to Re: [HACKERS] additional contrib test suites  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Responses Re: [HACKERS] additional contrib test suites
List pgsql-hackers
On 9/14/17 22:47, Peter Eisentraut wrote:
>> As for testing on more platforms, send it to the build farm?
> OK, committed, let's see.

So, we have one failure for chkpass on OpenBSD, because OpenBSD crypt()
doesn't support the traditional two-character salt format.

Option:

- Use the resultmap features to make this an expected failure on OpenBSD.

- Fix the module to work on OpenBSD.  This would involve making a
platform-specific modification to use whatever advanced salt format they
want.

- Replace the entire module with something that does not depend on crypt().

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: [HACKERS] Log LDAP "diagnostic messages"?
Next
From: Alexander Korotkov
Date:
Subject: Re: [HACKERS] Allow GiST opcalsses without compress\decompres functions