pgsql: Fix incorrect comment in hba.h

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix incorrect comment in hba.h
Дата
Msg-id E1pFpcj-003ERy-WF@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Acquire spinlock when updating 2PC slot data during logical deco
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Rename some variables related to ident files in hba.{c,h}