forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3943da4
committed
Refactor CopyOneRowTo
The handling of binary and text formats are quite different here, soit's more clear to check for the format first and have two separateloops.Author: jian he <jian.universality@gmail.com>Reviewed-by: Ilia Evdokimov, Junwang ZhaoDiscussion:https://www.postgresql.org/message-id/CACJufxFzHCeFBQF0M%2BSgk_NwknWuQ4oU7tS1isVeBrbhcKOHkg@mail.gmail.com1 parent1153422 commit3943da4
1 file changed
+20
-19
lines changedLines changed: 20 additions & 19 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
902 | 902 |
| |
903 | 903 |
| |
904 | 904 |
| |
905 |
| - | |
906 | 905 |
| |
907 | 906 |
| |
908 |
| - | |
909 |
| - | |
910 | 907 |
| |
911 | 908 |
| |
912 | 909 |
| |
| |||
920 | 917 |
| |
921 | 918 |
| |
922 | 919 |
| |
923 |
| - | |
| 920 | + | |
924 | 921 |
| |
925 |
| - | |
926 |
| - | |
927 |
| - | |
| 922 | + | |
928 | 923 |
| |
929 |
| - | |
| 924 | + | |
930 | 925 |
| |
| 926 | + | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
931 | 930 |
| |
932 | 931 |
| |
933 | 932 |
| |
934 |
| - | |
935 | 933 |
| |
936 |
| - | |
937 |
| - | |
938 |
| - | |
| 934 | + | |
939 | 935 |
| |
940 | 936 |
| |
941 |
| - | |
942 |
| - | |
943 |
| - | |
944 |
| - | |
945 |
| - | |
946 | 937 |
| |
947 | 938 |
| |
948 | 939 |
| |
| |||
952 | 943 |
| |
953 | 944 |
| |
954 | 945 |
| |
| 946 | + | |
| 947 | + | |
| 948 | + | |
| 949 | + | |
| 950 | + | |
| 951 | + | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
| 955 | + | |
| 956 | + | |
| 957 | + | |
955 | 958 |
| |
956 | 959 |
| |
957 |
| - | |
958 |
| - | |
959 | 960 |
| |
960 | 961 |
| |
961 | 962 |
| |
|
0 commit comments
Comments
(0)