1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-27 07:42:10 +03:00

Fix typo in hba.c

Spotted while reading through the git history.
This commit is contained in:
Michael Paquier
2022-11-26 10:14:18 +09:00
parent 341f4e002d
commit 02ac05b4c0

View File

@@ -562,7 +562,7 @@ tokenize_expand_file(List *tokens,
/* /*
* There is possible recursion here if the file contains @ or an include * There is possible recursion here if the file contains @ or an include
* records. * record.
*/ */
tokenize_auth_file(inc_fullname, inc_file, &inc_lines, elevel, tokenize_auth_file(inc_fullname, inc_file, &inc_lines, elevel,
depth); depth);