pgsql: Fix incorrect comment in hba.h - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix incorrect comment in hba.h
Date
Msg-id E1pFpcj-003ERy-WF@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

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

Modified Files
--------------
src/include/libpq/hba.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Acquire spinlock when updating 2PC slot data during logical deco
Next
From: Michael Paquier
Date:
Subject: pgsql: Rename some variables related to ident files in hba.{c,h}