forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitade2159
committed
Add regression tests for ALTER MATERIALIZED VIEW with tablespaces
The clauses SET TABLESPACE and ALL IN TABLESPACE are supported in ALTERMATERIALIZED VIEW for a long time, and they behave mostly like ALTERTABLE by reusing the same code paths, but there were zero tests forthem. This commit closes the gap with new tests in tablespace.sql.Author: Yugo NagataDiscussion:https://postgr.es/m/20220316133337.5dc9740abfa24c25ec9f67f5@sraoss.co.jp1 parent9616da3 commitade2159
2 files changed
+23
-1
lines changedLines changed: 15 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
905 | 905 |
| |
906 | 906 |
| |
907 | 907 |
| |
| 908 | + | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
| 917 | + | |
908 | 918 |
| |
909 | 919 |
| |
910 | 920 |
| |
| |||
939 | 949 |
| |
940 | 950 |
| |
941 | 951 |
| |
| 952 | + | |
942 | 953 |
| |
943 | 954 |
| |
944 | 955 |
| |
| 956 | + | |
| 957 | + | |
945 | 958 |
| |
946 | 959 |
| |
947 | 960 |
| |
948 |
| - | |
| 961 | + | |
949 | 962 |
| |
950 | 963 |
| |
951 | 964 |
| |
952 | 965 |
| |
953 | 966 |
| |
| 967 | + | |
954 | 968 |
| |
955 | 969 |
| |
956 | 970 |
|
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
380 | 380 |
| |
381 | 381 |
| |
382 | 382 |
| |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
383 | 389 |
| |
384 | 390 |
| |
385 | 391 |
| |
| |||
414 | 420 |
| |
415 | 421 |
| |
416 | 422 |
| |
| 423 | + | |
417 | 424 |
| |
418 | 425 |
| |
419 | 426 |
| |
| 427 | + | |
420 | 428 |
| |
421 | 429 |
| |
422 | 430 |
| |
|
0 commit comments
Comments
(0)