- Notifications
You must be signed in to change notification settings - Fork28
Commit6a781c4
committed
Make pg_dump emit ATTACH PARTITION instead of PARTITION OF (reprise)
Using PARTITION OF can result in column ordering being changed from thedatabase being dumped, if the partition uses a column layout differentfrom the parent's. It's not pg_dump's job to editorialize on tabledefinitions, so this is not acceptable; back-patch all the way back topg10, where partitioned tables where introduced.This change also ensures that partitions end up in the correcttablespace, if different from the parent's; this is an oversight inca41030 (in pg12 only). Partitioned indexes (in pg11) don't havethis problem, because they're already created as independent indexes andattached to their parents afterwards.This change also has the advantage that the partition is restorable fromthe dump (as a standalone table) even if its parent table isn'trestored.The original commits (3b23552 in branch master) failed to coversubsidiary column elements correctly, such as NOT NULL constraint andCHECK constraints, as reported by Rushabh Lathia (initially as a failureto restore serial columns). They were reverted. This recapitulationcommit fixes those problems.Add some pg_dump tests to verify these things more exhaustively,including constraints with legacy-inheritance tables, which were nottested originally. In branches 10 and 11, add a local constraint to thepg_dump test partition that was added by commit2d7eeb1 to master.Author: Álvaro Herrera, David RowleyReviewed-by: Álvaro HerreraDiscussion:https://postgr.es/m/CAKJS1f_1c260nOt_vBJ067AZ3JXptXVRohDVMLEBmudX1YEx-A@mail.gmail.comDiscussion:https://postgr.es/m/20190423185007.GA27954@alvherre.pgsqlDiscussion:https://postgr.es/m/CAGPqQf0iQV=PPOv2Btog9J9AwOQp6HmuVd6SbGTR_v3Zp2XT1w@mail.gmail.com1 parentbc93a5a commit6a781c4
2 files changed
+143
-93
lines changedLines changed: 78 additions & 80 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8638 | 8638 |
| |
8639 | 8639 |
| |
8640 | 8640 |
| |
8641 |
| - | |
8642 |
| - | |
8643 |
| - | |
| 8641 | + | |
| 8642 | + | |
| 8643 | + | |
| 8644 | + | |
| 8645 | + | |
| 8646 | + | |
8644 | 8647 |
| |
8645 | 8648 |
| |
8646 | 8649 |
| |
| |||
8650 | 8653 |
| |
8651 | 8654 |
| |
8652 | 8655 |
| |
8653 |
| - | |
| 8656 | + | |
| 8657 | + | |
| 8658 | + | |
8654 | 8659 |
| |
8655 | 8660 |
| |
8656 | 8661 |
| |
| |||
15559 | 15564 |
| |
15560 | 15565 |
| |
15561 | 15566 |
| |
15562 |
| - | |
15563 |
| - | |
15564 |
| - | |
15565 |
| - | |
15566 |
| - | |
15567 |
| - | |
15568 |
| - | |
15569 |
| - | |
15570 |
| - | |
15571 |
| - | |
15572 |
| - | |
15573 |
| - | |
15574 |
| - | |
15575 |
| - | |
15576 |
| - | |
15577 |
| - | |
15578 |
| - | |
15579 |
| - | |
15580 |
| - | |
15581 |
| - | |
15582 |
| - | |
15583 | 15567 |
| |
15584 | 15568 |
| |
15585 | 15569 |
| |
| |||
15594 | 15578 |
| |
15595 | 15579 |
| |
15596 | 15580 |
| |
| 15581 | + | |
| 15582 | + | |
| 15583 | + | |
15597 | 15584 |
| |
15598 | 15585 |
| |
15599 | 15586 |
| |
15600 |
| - | |
15601 |
| - | |
| 15587 | + | |
| 15588 | + | |
15602 | 15589 |
| |
15603 | 15590 |
| |
15604 | 15591 |
| |
15605 |
| - | |
| 15592 | + | |
| 15593 | + | |
15606 | 15594 |
| |
15607 |
| - | |
15608 |
| - | |
15609 |
| - | |
| 15595 | + | |
| 15596 | + | |
| 15597 | + | |
15610 | 15598 |
| |
15611 | 15599 |
| |
15612 |
| - | |
15613 |
| - | |
| 15600 | + | |
| 15601 | + | |
15614 | 15602 |
| |
15615 |
| - | |
15616 |
| - | |
| 15603 | + | |
| 15604 | + | |
15617 | 15605 |
| |
15618 | 15606 |
| |
15619 | 15607 |
| |
| |||
15636 | 15624 |
| |
15637 | 15625 |
| |
15638 | 15626 |
| |
15639 |
| - | |
| 15627 | + | |
15640 | 15628 |
| |
15641 | 15629 |
| |
15642 | 15630 |
| |
15643 | 15631 |
| |
15644 |
| - | |
15645 |
| - | |
15646 |
| - | |
15647 |
| - | |
15648 |
| - | |
15649 |
| - | |
15650 |
| - | |
| 15632 | + | |
| 15633 | + | |
| 15634 | + | |
15651 | 15635 |
| |
15652 |
| - | |
| 15636 | + | |
15653 | 15637 |
| |
15654 | 15638 |
| |
15655 | 15639 |
| |
| |||
15666 | 15650 |
| |
15667 | 15651 |
| |
15668 | 15652 |
| |
15669 |
| - | |
| 15653 | + | |
15670 | 15654 |
| |
15671 | 15655 |
| |
15672 | 15656 |
| |
15673 |
| - | |
| 15657 | + | |
15674 | 15658 |
| |
15675 | 15659 |
| |
15676 | 15660 |
| |
15677 | 15661 |
| |
15678 | 15662 |
| |
15679 | 15663 |
| |
| 15664 | + | |
| 15665 | + | |
| 15666 | + | |
| 15667 | + | |
| 15668 | + | |
15680 | 15669 |
| |
15681 | 15670 |
| |
15682 | 15671 |
| |
15683 | 15672 |
| |
15684 | 15673 |
| |
15685 |
| - | |
| 15674 | + | |
| 15675 | + | |
15686 | 15676 |
| |
15687 | 15677 |
| |
15688 | 15678 |
| |
| |||
15699 | 15689 |
| |
15700 | 15690 |
| |
15701 | 15691 |
| |
15702 |
| - | |
15703 |
| - | |
| 15692 | + | |
15704 | 15693 |
| |
15705 | 15694 |
| |
15706 |
| - | |
15707 |
| - | |
| 15695 | + | |
| 15696 | + | |
15708 | 15697 |
| |
15709 | 15698 |
| |
15710 | 15699 |
| |
15711 | 15700 |
| |
15712 |
| - | |
15713 |
| - | |
15714 |
| - | |
15715 |
| - | |
15716 |
| - | |
15717 |
| - | |
15718 |
| - | |
15719 |
| - | |
15720 |
| - | |
| 15701 | + | |
| 15702 | + | |
| 15703 | + | |
| 15704 | + | |
| 15705 | + | |
15721 | 15706 |
| |
15722 | 15707 |
| |
15723 | 15708 |
| |
| |||
15868 | 15853 |
| |
15869 | 15854 |
| |
15870 | 15855 |
| |
| 15856 | + | |
| 15857 | + | |
| 15858 | + | |
| 15859 | + | |
| 15860 | + | |
| 15861 | + | |
15871 | 15862 |
| |
15872 | 15863 |
| |
15873 | 15864 |
| |
15874 | 15865 |
| |
15875 |
| - | |
| 15866 | + | |
15876 | 15867 |
| |
15877 | 15868 |
| |
15878 | 15869 |
| |
| |||
15890 | 15881 |
| |
15891 | 15882 |
| |
15892 | 15883 |
| |
15893 |
| - | |
| 15884 | + | |
15894 | 15885 |
| |
15895 |
| - | |
| 15886 | + | |
15896 | 15887 |
| |
15897 | 15888 |
| |
15898 | 15889 |
| |
15899 | 15890 |
| |
15900 |
| - | |
15901 |
| - | |
15902 |
| - | |
15903 |
| - | |
15904 |
| - | |
15905 |
| - | |
15906 |
| - | |
15907 |
| - | |
15908 |
| - | |
15909 |
| - | |
15910 |
| - | |
15911 |
| - | |
15912 |
| - | |
15913 |
| - | |
15914 |
| - | |
15915 |
| - | |
15916 |
| - | |
| 15891 | + | |
| 15892 | + | |
| 15893 | + | |
15917 | 15894 |
| |
15918 | 15895 |
| |
15919 | 15896 |
| |
| |||
15926 | 15903 |
| |
15927 | 15904 |
| |
15928 | 15905 |
| |
| 15906 | + | |
| 15907 | + | |
| 15908 | + | |
| 15909 | + | |
| 15910 | + | |
| 15911 | + | |
| 15912 | + | |
| 15913 | + | |
| 15914 | + | |
| 15915 | + | |
| 15916 | + | |
| 15917 | + | |
| 15918 | + | |
| 15919 | + | |
| 15920 | + | |
| 15921 | + | |
| 15922 | + | |
| 15923 | + | |
| 15924 | + | |
| 15925 | + | |
| 15926 | + | |
15929 | 15927 |
| |
15930 | 15928 |
| |
15931 | 15929 |
| |
|
Lines changed: 65 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
732 | 732 |
| |
733 | 733 |
| |
734 | 734 |
| |
735 |
| - | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
736 | 741 |
| |
737 | 742 |
| |
738 | 743 |
| |
| |||
2314 | 2319 |
| |
2315 | 2320 |
| |
2316 | 2321 |
| |
2317 |
| - | |
| 2322 | + | |
2318 | 2323 |
| |
2319 |
| - | |
| 2324 | + | |
2320 | 2325 |
| |
2321 | 2326 |
| |
2322 | 2327 |
| |
| |||
2326 | 2331 |
| |
2327 | 2332 |
| |
2328 | 2333 |
| |
2329 |
| - | |
| 2334 | + | |
| 2335 | + | |
2330 | 2336 |
| |
2331 | 2337 |
| |
2332 | 2338 |
| |
| |||
2338 | 2344 |
| |
2339 | 2345 |
| |
2340 | 2346 |
| |
2341 |
| - | |
| 2347 | + | |
2342 | 2348 |
| |
2343 | 2349 |
| |
2344 | 2350 |
| |
2345 |
| - | |
2346 |
| - | |
| 2351 | + | |
| 2352 | + | |
| 2353 | + | |
| 2354 | + | |
2347 | 2355 |
| |
2348 |
| - | |
2349 |
| - | |
2350 |
| - | |
2351 |
| - | |
| 2356 | + | |
| 2357 | + | |
| 2358 | + | |
| 2359 | + | |
| 2360 | + | |
| 2361 | + | |
| 2362 | + | |
| 2363 | + | |
2352 | 2364 |
| |
2353 | 2365 |
| |
2354 | 2366 |
| |
2355 |
| - | |
2356 | 2367 |
| |
| 2368 | + | |
| 2369 | + | |
2357 | 2370 |
| |
2358 |
| - | |
2359 | 2371 |
| |
2360 | 2372 |
| |
2361 | 2373 |
| |
| |||
2442 | 2454 |
| |
2443 | 2455 |
| |
2444 | 2456 |
| |
| 2457 | + | |
| 2458 | + | |
| 2459 | + | |
| 2460 | + | |
| 2461 | + | |
| 2462 | + | |
| 2463 | + | |
| 2464 | + | |
| 2465 | + | |
| 2466 | + | |
| 2467 | + | |
| 2468 | + | |
| 2469 | + | |
| 2470 | + | |
| 2471 | + | |
| 2472 | + | |
| 2473 | + | |
| 2474 | + | |
| 2475 | + | |
| 2476 | + | |
| 2477 | + | |
| 2478 | + | |
| 2479 | + | |
| 2480 | + | |
| 2481 | + | |
| 2482 | + | |
| 2483 | + | |
| 2484 | + | |
| 2485 | + | |
| 2486 | + | |
| 2487 | + | |
| 2488 | + | |
| 2489 | + | |
| 2490 | + | |
| 2491 | + | |
| 2492 | + | |
| 2493 | + | |
| 2494 | + | |
| 2495 | + | |
| 2496 | + | |
2445 | 2497 |
| |
2446 | 2498 |
| |
2447 | 2499 |
| |
|
0 commit comments
Comments
(0)