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

Appearance settings

Commit 4c001e8

Browse filesBrowse files
v.shepardSergey Fukanchik
v.shepard
authored and
Sergey Fukanchik
committed
Style and typo fixes in pg_probackup.c, pg_probackup.h
1 parent cbf2bf9 commit 4c001e8
Copy full SHA for 4c001e8

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎src/pg_probackup.c

Copy file name to clipboardExpand all lines: src/pg_probackup.c
+2-2Lines 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, const char *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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.