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

From Justin Pryzby
Subject Re: pgsql: Add key management system
Date
Msg-id 20201225190935.GY30237@telsasoft.com
Whole thread Raw
In response to pgsql: Add key management system  (Bruce Momjian <bruce@momjian.us>)
Responses Re: pgsql: Add key management system
List 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 by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Fix back-patch of "Invalidate acl.c caches when pg_authid change
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Add key management system