Re: pgsql: Add key management system

Поиск
Список
Период
Сортировка
От Justin Pryzby
Тема Re: pgsql: Add key management system
Дата
Msg-id 20201225190935.GY30237@telsasoft.com
обсуждение исходный текст
Ответ на pgsql: Add key management system  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: pgsql: Add key management system
Список pgsql-committers
I think cipher_failure() should be marked pg_attribute_noreturn().

gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels
-Wmissing-format-attribute-Wimplicit-fallthrough=3 -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv
-fexcess-precision=standard-Wno-format-truncation -Wno-stringop-truncation -g -O2 -I./src/include  -D_GNU_SOURCE
-I/usr/include/libxml2  -c -o src/common/cipher.o src/common/cipher.c
 
src/common/cipher.c: In function ‘pg_cipher_ctx_create’:
src/common/cipher.c:28:1: warning: control reaches end of non-void function [-Wreturn-type]
   28 | }

-- 
Justin



В списке pgsql-committers по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Fix back-patch of "Invalidate acl.c caches when pg_authid change
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Add key management system