Re: pgsql: Add key management system

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Add key management system
Дата
Msg-id 1177207.1608925026@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Add key management system  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Add key management system
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: fix no-return function call in cipher.c from commit 978f869b99