Refactor hba_authname

Magnus Hagander <magnus@hagander.net>

Commit: c1968426ba3de1fe37848863e35fff30261bf941
Author: Magnus Hagander <magnus@hagander.net>
Date: 2021-04-07T12:24:47Z
Releases: 14.0
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

Files

PathChange+/−
src/backend/libpq/auth.c modified +1 −1
src/backend/libpq/hba.c modified +7 −18
src/include/libpq/hba.h modified +1 −1

Discussion