forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita39297e
committed
Move check for binary mode and on_error option to the appropriate location.
Commit9e2d870 placed the check for binary mode and on_errorbefore default values were inserted, which was not ideal.This commit moves the check to a more appropriate positionafter default values are set.Additionally, the comment incorrectly mentioned two checks beforeinserting defaults, when there are actually three. This commit correctsthat comment.Author: Atsushi TorikoshiReviewed-by: Fujii MasaoDiscussion:https://postgr.es/m/8830518a-28ac-43a2-8a11-1676d9a3cdf8@oss.nttdata.com1 parent4ac2a9b commita39297e
1 file changed
+6
-6
lines changedLines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
672 | 672 |
| |
673 | 673 |
| |
674 | 674 |
| |
675 |
| - | |
| 675 | + | |
676 | 676 |
| |
677 | 677 |
| |
678 | 678 |
| |
| |||
691 | 691 |
| |
692 | 692 |
| |
693 | 693 |
| |
694 |
| - | |
695 |
| - | |
696 |
| - | |
697 |
| - | |
698 |
| - | |
699 | 694 |
| |
700 | 695 |
| |
701 | 696 |
| |
| |||
900 | 895 |
| |
901 | 896 |
| |
902 | 897 |
| |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
903 | 903 |
| |
904 | 904 |
| |
905 | 905 |
| |
|
0 commit comments
Comments
(0)