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

Commit765525c

Browse files
committed
pg_restore: Make not verbose by default
This was accidentally changed incc8d415.Reported-by: Christoph Berg <myon@debian.org>
1 parentbdf3574 commit765525c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎src/bin/pg_dump/pg_restore.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ main(int argc, char **argv)
131131
};
132132

133133
pg_logging_init(argv[0]);
134+
pg_logging_set_level(PG_LOG_WARNING);
134135
set_pglocale_pgservice(argv[0],PG_TEXTDOMAIN("pg_dump"));
135136

136137
init_parallel_dump_utils();
@@ -250,6 +251,7 @@ main(int argc, char **argv)
250251

251252
case'v':/* verbose */
252253
opts->verbose=1;
254+
pg_logging_set_level(PG_LOG_INFO);
253255
break;
254256

255257
case'w':

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp