Replace tests of ALTER DATABASE RESET TABLESPACE. This unblocks rejection of that syntax. One copy was a misspelling of "SET TABLESPACE pg_default" that instead made no persistent changes. The other copy just needed to populate a DATABASEOID syscache entry. This slightly raises database.sql test coverage of catcache.c, while dbcommands.c coverage remains the same.
Reported-by: Tom Lane <[email protected]> Reviewed-by: Tom Lane <[email protected]> Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/4adb0380b9bff5ec6424a9e87f76f8974b025367 Modified Files -------------- src/test/regress/expected/database.out | 4 ++-- src/test/regress/sql/database.sql | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)
