forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb9d6038
committed
Simplify signature of CopyAttributeOutCSV() in copyto.c
This has come up in2889fd2, reverted later on, and is still usefulon its own to reduce a bit the differences between the code pathsdedicated to CSV and text.Discussion:https://postgr.es/m/ZcCKwAeFrlOqPBuN@paquier.xyz1 parent1aa8324 commitb9d6038
1 file changed
+5
-6
lines changedLines changed: 5 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
122 |
| - | |
| 122 | + | |
123 | 123 |
| |
124 | 124 |
| |
125 | 125 |
| |
| |||
837 | 837 |
| |
838 | 838 |
| |
839 | 839 |
| |
840 |
| - | |
841 |
| - | |
| 840 | + | |
842 | 841 |
| |
843 | 842 |
| |
844 | 843 |
| |
| |||
952 | 951 |
| |
953 | 952 |
| |
954 | 953 |
| |
955 |
| - | |
956 |
| - | |
| 954 | + | |
957 | 955 |
| |
958 | 956 |
| |
959 | 957 |
| |
| |||
1139 | 1137 |
| |
1140 | 1138 |
| |
1141 | 1139 |
| |
1142 |
| - | |
| 1140 | + | |
1143 | 1141 |
| |
1144 | 1142 |
| |
1145 | 1143 |
| |
1146 | 1144 |
| |
1147 | 1145 |
| |
1148 | 1146 |
| |
1149 | 1147 |
| |
| 1148 | + | |
1150 | 1149 |
| |
1151 | 1150 |
| |
1152 | 1151 |
| |
|
0 commit comments
Comments
(0)