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

Commit58fbbc9

Browse files
committed
Fix spelling in notice
Reported-by: Atsushi TorikoshiDiscussion:https://postgr.es/m/762d7dd4d5aa9e5ecffec2ae6a255a28%40oss.nttdata.com
1 parent2b53a46 commit58fbbc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/commands/copyfrom.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1310,7 +1310,7 @@ CopyFrom(CopyFromState cstate)
13101310
if (cstate->opts.save_error_to!=COPY_SAVE_ERROR_TO_ERROR&&
13111311
cstate->num_errors>0)
13121312
ereport(NOTICE,
1313-
errmsg_plural("%llu rowwere skipped due to data type incompatibility",
1313+
errmsg_plural("%llu rowwas skipped due to data type incompatibility",
13141314
"%llu rows were skipped due to data type incompatibility",
13151315
(unsigned long long)cstate->num_errors,
13161316
(unsigned long long)cstate->num_errors));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp