pgsql: fix no-return function call in cipher.c from commit 978f869b99 - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: fix no-return function call in cipher.c from commit 978f869b99
Date
Msg-id E1kssxO-0000tG-Ei@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
fix no-return function call in cipher.c from commit 978f869b99

Reported-by: buildfarm member sifaka

Backpatch-through: master

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8e59813e2287db90044537b1093c0869020ffa4a

Modified Files
--------------
src/common/cipher.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Add key management system
Next
From: Tom Lane
Date:
Subject: pgsql: Really fix the dummy implementations in cipher.c.