Fix incorrect comment in hba.h
authorMichael Paquier <michael@paquier.xyz>
Thu, 12 Jan 2023 04:49:28 +0000 (13:49 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 12 Jan 2023 04:49:28 +0000 (13:49 +0900)
commitbfd2542001a4a792a82a09607524e9b78a02217c
tree343b99bfd467904e86ab92cbad0149302aa74413
parent5ad165d2c024ae2fdc0a5ddd17522d5c92d7aa1a
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.
src/include/libpq/hba.h