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

Commit6785fbd

Browse files
committed
Use American English in error message
All error messages use the American English spelling of recognize,apply to the single one not doing so to be consistent.Author: Daniel Gustafsson <daniel@yesql.se>
1 parent63e5d02 commit6785fbd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎src/backend/replication/pgoutput/pgoutput.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ parse_output_parameters(List *options, uint32 *protocol_version,
9696

9797
Assert(defel->arg==NULL||IsA(defel->arg,String));
9898

99-
/* Check each param, whether or not werecognise it */
99+
/* Check each param, whether or not werecognize it */
100100
if (strcmp(defel->defname,"proto_version")==0)
101101
{
102102
int64parsed;
@@ -167,7 +167,7 @@ pgoutput_startup(LogicalDecodingContext * ctx, OutputPluginOptions *opt,
167167
*/
168168
if (!is_init)
169169
{
170-
/* Parse the params and ERROR if we see any we don'trecognise */
170+
/* Parse the params and ERROR if we see any we don'trecognize */
171171
parse_output_parameters(ctx->output_plugin_options,
172172
&data->protocol_version,
173173
&data->publication_names);

‎src/bin/pg_waldump/pg_waldump.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ main(int argc, char **argv)
866866
config.stats_per_record= true;
867867
elseif (strcmp(optarg,"rmgr")!=0)
868868
{
869-
fprintf(stderr,_("%s:unrecognised argument to --stats: %s\n"),
869+
fprintf(stderr,_("%s:unrecognized argument to --stats: %s\n"),
870870
progname,optarg);
871871
gotobad_argument;
872872
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp