Fix incorrect comment in hba.h

Michael Paquier <michael@paquier.xyz>

Commit: bfd2542001a4a792a82a09607524e9b78a02217c
Author: Michael Paquier <michael@paquier.xyz>
Date: 2023-01-12T04:49:28Z
Releases: 16.0
Fix incorrect comment in hba.h

A comment in hba.h mentioned that AuthTokens are used when building the
IdentLines from pg_ident.conf, but since 8fea868 that has added support
of regexps for databases and roles in pg_hba.conf, it is also the case
of HBA files.  This refreshes the comment to refer to both HBA and ident
files.

Issue spotted while going through a different patch.

Files

PathChange+/−
src/include/libpq/hba.h modified +1 −1