pgsql: Really fix the dummy implementations in cipher.c.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Really fix the dummy implementations in cipher.c.
Дата
Msg-id E1kst2R-0000xB-Mm@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Really fix the dummy implementations in cipher.c.

945083b2f wasn't enough to silence compiler warnings.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0848cf4f553bda5a9f044c56b3bec19929ee24e6

Modified Files
--------------
src/common/cipher.c | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)


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

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