projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
341f4e0
)
Fix typo in hba.c
author
Michael Paquier
<michael@paquier.xyz>
Sat, 26 Nov 2022 01:14:18 +0000
(10:14 +0900)
committer
Michael Paquier
<michael@paquier.xyz>
Sat, 26 Nov 2022 01:14:18 +0000
(10:14 +0900)
Spotted while reading through the git history.
src/backend/libpq/hba.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/libpq/hba.c
b/src/backend/libpq/hba.c
index 95677c48e439908e2c85779d6f7673eafc037d9c..46e91441ac5d4db662f599589687f45b856e25be 100644
(file)
--- a/
src/backend/libpq/hba.c
+++ b/
src/backend/libpq/hba.c
@@
-562,7
+562,7
@@
tokenize_expand_file(List *tokens,
/*
* There is possible recursion here if the file contains @ or an include
- * record
s
.
+ * record.
*/
tokenize_auth_file(inc_fullname, inc_file, &inc_lines, elevel,
depth);