forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitddd9e43
committed
Remove obsolete comment in CopyReadLineText().
When this bit of commentary was written, it was alluding to thefact that we looked for newlines and EOD markers in the raw(not yet encoding-converted) input data. We don't do that anymore,preferring to batch the conversion of larger chunks of input andsplit it into lines later. Hence there's no longer any need forassumptions about the relevant characters being encoding-invariant,and we should remove this comment saying we assume that.Discussion:https://postgr.es/m/1461688.1712347668@sss.pgh.pa.us1 parenta365d9e commitddd9e43
1 file changed
+0
-3
lines changedLines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1206 | 1206 |
| |
1207 | 1207 |
| |
1208 | 1208 |
| |
1209 |
| - | |
1210 |
| - | |
1211 |
| - | |
1212 | 1209 |
| |
1213 | 1210 |
| |
1214 | 1211 |
| |
|
0 commit comments
Comments
(0)