Re: pgsql: Add key management system - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Add key management system
Date
Msg-id 1177207.1608925026@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Add key management system  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
I wrote:
> Justin Pryzby <pryzby@telsasoft.com> writes:
>> I think cipher_failure() should be marked pg_attribute_noreturn().

> Perhaps more to the point, it still doesn't build at all without
> --with-openssl.

[ looks closer ... ] Oh, we're on about the same thing -- the difference
is that sifaka is using -Werror.

pg_attribute_noreturn() seems like a good idea, but we're also going to
need dummy return statements in the callers, to satisfy compilers that
don't understand that.

            regards, tom lane



pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Add key management system
Next
From: Bruce Momjian
Date:
Subject: pgsql: fix no-return function call in cipher.c from commit 978f869b99