forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2f86ab3
committed
Fix small error in COPY FROM progress reporting.
The # of bytes processed was accumulated slightly incorrectly. Afterloading more data to the input buffer, we added the number of bytes inthe buffer to the sum. But in case of multi-byte characters or escapes,there can be a few unprocessed bytes left over from previous load in thebuffer. Those bytes got counted twice.1 parent3c78e05 commit2f86ab3
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
386 | 386 |
| |
387 | 387 |
| |
388 | 388 |
| |
389 |
| - | |
| 389 | + | |
390 | 390 |
| |
391 | 391 |
| |
392 | 392 |
| |
|
0 commit comments
Comments
(0)