On 03/07/2017 04:07 PM, Peter Eisentraut wrote:
On 3/7/17 07:26, Heikki Linnakangas wrote:
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
This is probably a mistake:
fe-auth.c: In function 'pg_SASL_init':
fe-auth.c:453:24: error: logical 'or' of equal expressions [-Werror=logical-op]
if (password == NULL || password == '\0')
^~
Did you mean password[0] == '\0'?
Thanks, will fix!
I also noticed that the HPUX buildfarm members pademelon and gaur
failed, with this:
/usr/ccs/bin/ld: Unsatisfied symbols:
htonl (code)
I will look into that too.
- Heikki
--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers