forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit30e7c17
committed
Remove pg_dump/pg_dumpall support for dumping from pre-9.2 servers.
Per discussion, we'll limit support for old servers to those branchesthat can still be built easily on modern platforms, which as of nowis 9.2 and up. Remove over a thousand lines of code dedicated todumping from older server versions. (As in previous changes ofthis sort, we aren't removing pg_restore's ability to read olderarchive files ... though it's fair to wonder how that might betested nowadays.) This cleans up some dead code left behind bycommit9895961.Discussion:https://postgr.es/m/2923349.1634942313@sss.pgh.pa.us1 parenta2ff18e commit30e7c17
File tree
5 files changed
+417
-1761
lines changed- doc/src/sgml/ref
- src/bin/pg_dump
5 files changed
+417
-1761
lines changedLines changed: 5 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
398 | 398 |
| |
399 | 399 |
| |
400 | 400 |
| |
401 |
| - | |
402 |
| - | |
403 |
| - | |
404 |
| - | |
405 |
| - | |
406 |
| - | |
407 |
| - | |
408 |
| - | |
409 |
| - | |
410 |
| - | |
411 | 401 |
| |
412 | 402 |
| |
413 | 403 |
| |
| |||
945 | 935 |
| |
946 | 936 |
| |
947 | 937 |
| |
948 |
| - | |
949 |
| - | |
950 |
| - | |
| 938 | + | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
951 | 942 |
| |
952 | 943 |
| |
953 | 944 |
| |
| |||
1381 | 1372 |
| |
1382 | 1373 |
| |
1383 | 1374 |
| |
1384 |
| - | |
| 1375 | + | |
1385 | 1376 |
| |
1386 | 1377 |
| |
1387 | 1378 |
| |
|
Lines changed: 5 additions & 27 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
227 | 227 |
| |
228 | 228 |
| |
229 | 229 |
| |
230 |
| - | |
231 |
| - | |
232 |
| - | |
233 |
| - | |
234 | 230 |
| |
235 | 231 |
| |
236 | 232 |
| |
| |||
247 | 243 |
| |
248 | 244 |
| |
249 | 245 |
| |
250 |
| - | |
| 246 | + | |
| 247 | + | |
251 | 248 |
| |
252 |
| - | |
253 |
| - | |
254 |
| - | |
255 |
| - | |
256 |
| - | |
257 |
| - | |
258 | 249 |
| |
259 | 250 |
| |
260 | 251 |
| |
| |||
306 | 297 |
| |
307 | 298 |
| |
308 | 299 |
| |
309 |
| - | |
310 |
| - | |
311 |
| - | |
312 |
| - | |
313 | 300 |
| |
314 | 301 |
| |
315 | 302 |
| |
| |||
322 | 309 |
| |
323 | 310 |
| |
324 | 311 |
| |
325 |
| - | |
326 |
| - | |
327 |
| - | |
328 |
| - | |
329 | 312 |
| |
330 | 313 |
| |
331 | 314 |
| |
| |||
420 | 403 |
| |
421 | 404 |
| |
422 | 405 |
| |
423 |
| - | |
424 |
| - | |
425 |
| - | |
426 | 406 |
| |
427 | 407 |
| |
428 | 408 |
| |
429 | 409 |
| |
430 |
| - | |
431 |
| - | |
432 |
| - | |
| 410 | + | |
| 411 | + | |
433 | 412 |
| |
434 | 413 |
| |
435 | 414 |
| |
| |||
522 | 501 |
| |
523 | 502 |
| |
524 | 503 |
| |
525 |
| - | |
526 |
| - | |
| 504 | + | |
527 | 505 |
| |
528 | 506 |
| |
529 | 507 |
| |
|
Lines changed: 3 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
904 | 904 |
| |
905 | 905 |
| |
906 | 906 |
| |
907 |
| - | |
908 |
| - | |
909 |
| - | |
| 907 | + | |
| 908 | + | |
910 | 909 |
| |
911 |
| - | |
912 |
| - | |
913 |
| - | |
| 910 | + | |
914 | 911 |
| |
915 | 912 |
| |
916 | 913 |
| |
|
0 commit comments
Comments
(0)