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

Commit4c001e8

Browse files
v.shepardSergey Fukanchik
v.shepard
authored and
Sergey Fukanchik
committed
Style and typo fixes in pg_probackup.c, pg_probackup.h
1 parentcbf2bf9 commit4c001e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/pg_probackup.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1186,8 +1186,8 @@ opt_datname_exclude_list(ConfigOption *opt, const char *arg)
11861186
void
11871187
opt_datname_include_list(ConfigOption*opt,constchar*arg)
11881188
{
1189-
if (strcmp(arg,"tempate0")==0||
1190-
strcmp(arg,"tempate1")==0)
1189+
if (strcmp(arg,"template0")==0||
1190+
strcmp(arg,"template1")==0)
11911191
elog(ERROR,"Databases 'template0' and 'template1' cannot be used for partial restore or validation");
11921192

11931193
opt_parser_add_to_parray_helper(&datname_include_list,arg);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp