We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9321d2f commit 9a70f67Copy full SHA for 9a70f67
src/backend/commands/copyfrom.c
@@ -1018,7 +1018,7 @@ CopyFrom(CopyFromState cstate)
1018
pgstat_progress_update_param(PROGRESS_COPY_TUPLES_SKIPPED,
1019
cstate->num_errors);
1020
1021
- if (cstate->opts.reject_limit > 0 && \
+ if (cstate->opts.reject_limit > 0 &&
1022
cstate->num_errors > cstate->opts.reject_limit)
1023
ereport(ERROR,
1024
(errcode(ERRCODE_INVALID_TEXT_REPRESENTATION),
0 commit comments