Skip to content

Commit 58fbbc9

Browse files
committed
Fix spelling in notice
Reported-by: Atsushi Torikoshi Discussion: https://postgr.es/m/762d7dd4d5aa9e5ecffec2ae6a255a28%40oss.nttdata.com
1 parent 2b53a46 commit 58fbbc9

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 row were skipped due to data type incompatibility",
1313+
errmsg_plural("%llu row was 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)