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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy