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

Commit09ae329

Browse files
committed
Message style improvements
1 parent521d08a commit09ae329

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎src/bin/pg_dump/pg_dump.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ help(const char *progname)
10701070
printf(_(" --no-subscriptions do not dump subscriptions\n"));
10711071
printf(_(" --no-synchronized-snapshots do not use synchronized snapshots in parallel jobs\n"));
10721072
printf(_(" --no-tablespaces do not dump tablespace assignments\n"));
1073-
printf(_(" --no-toast-compression do not dumptoast compression methods\n"));
1073+
printf(_(" --no-toast-compression do not dumpTOAST compression methods\n"));
10741074
printf(_(" --no-unlogged-table-data do not dump unlogged table data\n"));
10751075
printf(_(" --on-conflict-do-nothing add ON CONFLICT DO NOTHING to INSERT commands\n"));
10761076
printf(_(" --quote-all-identifiers quote all identifiers, even if not key words\n"));
@@ -16758,7 +16758,7 @@ dumpIndex(Archive *fout, const IndxInfo *indxinfo)
1675816758
if (!parsePGArray(indstatvals, &indstatvalsarray, &nstatvals))
1675916759
fatal("could not parse index statistic values");
1676016760
if (nstatcols != nstatvals)
16761-
fatal("mismatched number of columns and values for indexstats");
16761+
fatal("mismatched number of columns and values for indexstatistics");
1676216762

1676316763
for (j = 0; j < nstatcols; j++)
1676416764
{

‎src/bin/pg_rewind/pg_rewind.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ perform_rewind(filemap_t *filemap, rewind_source *source,
561561
break;
562562

563563
caseFILE_ACTION_UNDECIDED:
564-
pg_fatal("no action decided for \"%s\"",entry->path);
564+
pg_fatal("no action decided forfile\"%s\"",entry->path);
565565
break;
566566
}
567567
}

‎src/interfaces/ecpg/preproc/ecpg.trailer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ ECPGDeclareStmt: DECLARE prepared_name STATEMENT
302302
if (strcmp($2, ptr->name) == 0)
303303
{
304304
/* re-definition is not allowed */
305-
mmerror(PARSE_ERROR, ET_ERROR, "declaredname%s is alreadydefined", ptr->name);
305+
mmerror(PARSE_ERROR, ET_ERROR, "name\"%s\" is alreadydeclared", ptr->name);
306306
}
307307
}
308308

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp