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.1617793249...@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(-)