projects
/
pgpool2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a95c59f
)
Fix compiler error due to the previous commit.
author
Bo Peng
<pengbo@sraoss.co.jp>
Wed, 2 Dec 2020 00:20:38 +0000
(09:20 +0900)
committer
Bo Peng
<pengbo@sraoss.co.jp>
Wed, 2 Dec 2020 00:20:38 +0000
(09:20 +0900)
src/auth/pool_passwd.c
patch
|
blob
|
blame
|
history
diff --git
a/src/auth/pool_passwd.c
b/src/auth/pool_passwd.c
index fedac2a4fdc723c56b937c056c81bd2100b7d323..97b1a4452fa6b853fd411300fa950e0fdda10f8c 100644
(file)
--- a/
src/auth/pool_passwd.c
+++ b/
src/auth/pool_passwd.c
@@
-632,7
+632,7
@@
read_pool_key(char *key_file_path)
if (fstat(fileno(fp), &stat_buf) != 0)
{
ereport(WARNING,
- (errmsg("failed to stat pool key file")
+ (errmsg("failed to stat pool key file")
,
errdetail("fstat failed with reason: \"%m\"")));
fclose(fp);
return NULL;