Re: pgcrypto support for bcrypt $2b$ hashes - Mailing list pgsql-hackers

From Andreas Karlsson
Subject Re: pgcrypto support for bcrypt $2b$ hashes
Date
Msg-id 3d7e46b1-c642-90e1-4d44-0ddb999c428b@proxel.se
Whole thread Raw
In response to Re: pgcrypto support for bcrypt $2b$ hashes  (Daniel Fone <daniel@fone.net.nz>)
Responses Re: pgcrypto support for bcrypt $2b$ hashes  (Daniel Fone <daniel@fone.net.nz>)
List pgsql-hackers
On 10/2/21 5:48 AM, Daniel Fone wrote:
> I don’t get these compiler warnings and I can’t find any settings to use that might generate them. I’m compiling on
macOS11.6 configured with `--enable-cassert --enable-depend --enable-debug CFLAGS=-O0`
 
> 
> I’ve optimistically updated the patch to hopefully address them, but I’d like to know what I need to do to get those
warnings.

I run "gcc (Debian 10.3.0-11) 10.3.0" and your new patch silenced the 
warnings.

Please add your patch to the current open commitfest.

https://commitfest.postgresql.org/35/

Andreas



pgsql-hackers by date:

Previous
From: Ajin Cherian
Date:
Subject: Re: row filtering for logical replication
Next
From: Dilip Kumar
Date:
Subject: Re: pgsql: Document XLOG_INCLUDE_XID a little better