- Notifications
You must be signed in to change notification settings - Fork28
Commit2f1eaf8
committed
Drop server support for FE/BE protocol version 1.0.
While this isn't a lot of code, it's been essentially untestable fora very long time, because libpq doesn't support anything older thanprotocol 2.0, and has not since release 6.3. There's no reason tobelieve any other client-side code still uses that protocol, either.Discussion: <2661.1475849167@sss.pgh.pa.us>1 parent2b860f5 commit2f1eaf8
File tree
5 files changed
+8
-35
lines changed- src
- backend
- access/common
- commands
- tcop
- include/libpq
5 files changed
+8
-35
lines changedLines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
229 | 229 |
| |
230 | 230 |
| |
231 | 231 |
| |
232 |
| - | |
233 |
| - | |
234 |
| - | |
| 232 | + | |
235 | 233 |
| |
236 | 234 |
| |
237 | 235 |
| |
|
Lines changed: 2 additions & 26 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
353 | 353 |
| |
354 | 354 |
| |
355 | 355 |
| |
356 |
| - | |
| 356 | + | |
357 | 357 |
| |
358 | 358 |
| |
359 | 359 |
| |
| |||
365 | 365 |
| |
366 | 366 |
| |
367 | 367 |
| |
368 |
| - | |
369 |
| - | |
370 |
| - | |
371 |
| - | |
372 |
| - | |
373 |
| - | |
374 |
| - | |
375 |
| - | |
376 |
| - | |
377 |
| - | |
378 |
| - | |
379 |
| - | |
380 | 368 |
| |
381 | 369 |
| |
382 | 370 |
| |
| |||
399 | 387 |
| |
400 | 388 |
| |
401 | 389 |
| |
402 |
| - | |
| 390 | + | |
403 | 391 |
| |
404 | 392 |
| |
405 | 393 |
| |
| |||
411 | 399 |
| |
412 | 400 |
| |
413 | 401 |
| |
414 |
| - | |
415 |
| - | |
416 |
| - | |
417 |
| - | |
418 |
| - | |
419 |
| - | |
420 |
| - | |
421 |
| - | |
422 |
| - | |
423 |
| - | |
424 |
| - | |
425 |
| - | |
426 | 402 |
| |
427 | 403 |
| |
428 | 404 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
218 | 218 |
| |
219 | 219 |
| |
220 | 220 |
| |
221 |
| - | |
222 |
| - | |
| 221 | + | |
| 222 | + | |
223 | 223 |
| |
224 | 224 |
| |
225 | 225 |
| |
| |||
241 | 241 |
| |
242 | 242 |
| |
243 | 243 |
| |
244 |
| - | |
| 244 | + | |
245 | 245 |
| |
246 | 246 |
| |
247 | 247 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3768 | 3768 |
| |
3769 | 3769 |
| |
3770 | 3770 |
| |
3771 |
| - | |
3772 |
| - | |
| 3771 | + | |
3773 | 3772 |
| |
3774 | 3773 |
| |
3775 | 3774 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
110 |
| - | |
| 110 | + | |
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
|
0 commit comments
Comments
(0)