Add regression tests for ALTER MATERIALIZED VIEW with tablespaces

Michael Paquier <michael@paquier.xyz>

Commit: ade2159bcdc18939d4e9b1773d12fe06cfcd201d
Author: Michael Paquier <michael@paquier.xyz>
Date: 2022-03-19T08:28:50Z
Releases: 15.0
Add regression tests for ALTER MATERIALIZED VIEW with tablespaces

The clauses SET TABLESPACE and ALL IN TABLESPACE are supported in ALTER
MATERIALIZED VIEW for a long time, and they behave mostly like ALTER
TABLE by reusing the same code paths, but there were zero tests for
them.  This commit closes the gap with new tests in tablespace.sql.

Author: Yugo Nagata
Discussion: https://postgr.es/m/20220316133337.5dc9740abfa24c25ec9f67f5@sraoss.co.jp

Files

Discussion