forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita36c84c
committed
Fix default_tablespace usage for partitioned tables
In commit8725958 I (Álvaro) tried to rationalize the determinationof tablespace to use for partitioned tables, but failed to handle thedefault_tablespace case. Repair and add proper tests.Author: Amit Langote, Rushabh LathiaReported-by: Rushabh LathiaReviewed-by: Amit Langote, Álvaro HerreraDiscussion:https://postgr.es/m/CAGPqQf0cYjm1=rjxk_6gU0SjUS70=yFUAdCJLwWzh9bhNJnyVg@mail.gmail.com1 parentd826159 commita36c84c
File tree
3 files changed
+73
-19
lines changed- src
- backend/commands
- test/regress
- input
- output
3 files changed
+73
-19
lines changedLines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
660 | 660 |
| |
661 | 661 |
| |
662 | 662 |
| |
663 |
| - | |
664 |
| - | |
| 663 | + | |
| 664 | + | |
665 | 665 |
| |
666 | 666 |
| |
667 | 667 |
| |
| |||
682 | 682 |
| |
683 | 683 |
| |
684 | 684 |
| |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
685 | 689 |
| |
686 | 690 |
| |
687 | 691 |
| |
|
Lines changed: 28 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
| 47 | + | |
47 | 48 |
| |
| 49 | + | |
48 | 50 |
| |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
54 | 74 |
| |
| 75 | + | |
55 | 76 |
| |
56 |
| - | |
| 77 | + | |
| 78 | + | |
57 | 79 |
| |
58 | 80 |
| |
59 | 81 |
| |
|
Lines changed: 39 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
| 64 | + | |
64 | 65 |
| |
| 66 | + | |
65 | 67 |
| |
66 |
| - | |
67 |
| - | |
68 |
| - | |
69 |
| - | |
70 |
| - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
71 | 93 |
| |
| 94 | + | |
72 | 95 |
| |
73 |
| - | |
| 96 | + | |
74 | 97 |
| |
75 | 98 |
| |
76 | 99 |
| |
77 |
| - | |
78 |
| - | |
79 |
| - | |
80 |
| - | |
81 |
| - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
82 | 110 |
| |
83 | 111 |
| |
84 | 112 |
| |
|
0 commit comments
Comments
(0)