pgsql: Fix incorrect comment in hba.h

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix incorrect comment in hba.h
Date: 2023-01-12 04:55:34
Message-ID: E1pFpcj-003ERy-WF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2023-01-12 05:24:13 pgsql: Rename some variables related to ident files in hba.{c,h}
Previous Message Michael Paquier 2023-01-12 04:41:39 pgsql: Acquire spinlock when updating 2PC slot data during logical deco