Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd7d7157

Browse files
committed
Change hba load failure message to LOG instead of WARNING.
Per comment from Tom.
1 parentfb7df89 commitd7d7157

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/libpq/hba.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
*
1212
* IDENTIFICATION
13-
* $PostgreSQL: pgsql/src/backend/libpq/hba.c,v 1.181 2009/03/0408:43:15 mha Exp $
13+
* $PostgreSQL: pgsql/src/backend/libpq/hba.c,v 1.182 2009/03/0418:43:38 mha Exp $
1414
*
1515
*-------------------------------------------------------------------------
1616
*/
@@ -1308,7 +1308,7 @@ load_hba(void)
13081308
file=AllocateFile(HbaFileName,"r");
13091309
if (file==NULL)
13101310
{
1311-
ereport(WARNING,
1311+
ereport(LOG,
13121312
(errcode_for_file_access(),
13131313
errmsg("could not open configuration file \"%s\": %m",
13141314
HbaFileName)));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp