pgsql: Refactor hba_authname

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Refactor hba_authname
Дата
Msg-id E1lU7FV-0007Nt-Qr@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Refactor hba_authname

The previous implementation (from 9afffcb833) had an unnecessary check
on the boundaries of the enum which trigtered compile warnings. To clean
it up, move the pre-existing static assert to a central location and
call that.

Reported-By: Erik Rijkers
Reviewed-By: Michael Paquier
Discussion: https://postgr.es/m/1056399262.13159.1617793249020@webmailclassic.xs4all.nl

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c1968426ba3de1fe37848863e35fff30261bf941

Modified Files
--------------
src/backend/libpq/auth.c |  2 +-
src/backend/libpq/hba.c  | 25 +++++++------------------
src/include/libpq/hba.h  |  2 +-
3 files changed, 9 insertions(+), 20 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: doc: Improve wording
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: libpq: Set Server Name Indication (SNI) for SSL connections