Re: Experiments with Postgres and SSL - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Experiments with Postgres and SSL
Date
Msg-id 3009233.1712539711@sss.pgh.pa.us
Whole thread Raw
In response to Re: Experiments with Postgres and SSL  (Heikki Linnakangas <hlinnaka@iki.fi>)
Responses Re: Experiments with Postgres and SSL
List pgsql-hackers
Heikki Linnakangas <hlinnaka@iki.fi> writes:
> Committed this. Thank you to everyone involved!

Looks like perlcritic isn't too happy with the test code:
koel and crake say

./src/test/libpq_encryption/t/001_negotiate_encryption.pl: Return value of flagged function ignored - chmod at line
138,column 2.  See pages 208,278 of PBP.  ([InputOutput::RequireCheckedSyscalls] Severity: 5) 
./src/test/libpq_encryption/t/001_negotiate_encryption.pl: Return value of flagged function ignored - open at line 184,
column1.  See pages 208,278 of PBP.  ([InputOutput::RequireCheckedSyscalls] Severity: 5) 


            regards, tom lane



pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Experiments with Postgres and SSL
Next
From: Nathan Bossart
Date:
Subject: Re: Popcount optimization using AVX512