From fbd6b49ae64bea2a576ec409aa6589efe79dee98 Mon Sep 17 00:00:00 2001 From: Sumit Jaiswal Date: Wed, 25 Oct 2023 12:59:14 +0000 Subject: [PATCH] only list in case of failure Signed-off-by: Sumit Jaiswal --- ...ANALYZE-before-15-5-or-14-10-vu-verify.out | 26 ------------------- test/JDBC/expected/AUTO_ANALYZE-vu-verify.out | 26 ------------------- ...ANALYZE-before-15-5-or-14-10-vu-verify.sql | 5 ---- test/JDBC/input/AUTO_ANALYZE-vu-verify.sql | 7 +---- 4 files changed, 1 insertion(+), 63 deletions(-) diff --git a/test/JDBC/expected/AUTO_ANALYZE-before-15-5-or-14-10-vu-verify.out b/test/JDBC/expected/AUTO_ANALYZE-before-15-5-or-14-10-vu-verify.out index 767acfc575..35f5cfa77e 100644 --- a/test/JDBC/expected/AUTO_ANALYZE-before-15-5-or-14-10-vu-verify.out +++ b/test/JDBC/expected/AUTO_ANALYZE-before-15-5-or-14-10-vu-verify.out @@ -7,29 +7,3 @@ GO varchar ~~END~~ - - --- list all the babel catalogs that has been analyzed manually during extension upgrade -SELECT relname FROM pg_stat_all_tables WHERE schemaname = 'sys' and last_analyze IS NOT NULL order by relname -Go -~~START~~ -varchar -assemblies -babelfish_authid_login_ext -babelfish_authid_user_ext -babelfish_configurations -babelfish_domain_mapping -babelfish_extended_properties -babelfish_function_ext -babelfish_helpcollation -babelfish_namespace_ext -babelfish_schema_permissions -babelfish_server_options -babelfish_sysdatabases -babelfish_syslanguages -babelfish_view_def -service_settings -spt_datatype_info_table -versions -~~END~~ - diff --git a/test/JDBC/expected/AUTO_ANALYZE-vu-verify.out b/test/JDBC/expected/AUTO_ANALYZE-vu-verify.out index 767acfc575..35f5cfa77e 100644 --- a/test/JDBC/expected/AUTO_ANALYZE-vu-verify.out +++ b/test/JDBC/expected/AUTO_ANALYZE-vu-verify.out @@ -7,29 +7,3 @@ GO varchar ~~END~~ - - --- list all the babel catalogs that has been analyzed manually during extension upgrade -SELECT relname FROM pg_stat_all_tables WHERE schemaname = 'sys' and last_analyze IS NOT NULL order by relname -Go -~~START~~ -varchar -assemblies -babelfish_authid_login_ext -babelfish_authid_user_ext -babelfish_configurations -babelfish_domain_mapping -babelfish_extended_properties -babelfish_function_ext -babelfish_helpcollation -babelfish_namespace_ext -babelfish_schema_permissions -babelfish_server_options -babelfish_sysdatabases -babelfish_syslanguages -babelfish_view_def -service_settings -spt_datatype_info_table -versions -~~END~~ - diff --git a/test/JDBC/input/AUTO_ANALYZE-before-15-5-or-14-10-vu-verify.sql b/test/JDBC/input/AUTO_ANALYZE-before-15-5-or-14-10-vu-verify.sql index 02a4052d43..cf28428d6a 100644 --- a/test/JDBC/input/AUTO_ANALYZE-before-15-5-or-14-10-vu-verify.sql +++ b/test/JDBC/input/AUTO_ANALYZE-before-15-5-or-14-10-vu-verify.sql @@ -3,8 +3,3 @@ -- will return NULL in this case SELECT relname FROM pg_stat_all_tables WHERE schemaname = 'sys' and last_analyze IS NULL order by relname GO - - --- list all the babel catalogs that has been analyzed manually during extension upgrade -SELECT relname FROM pg_stat_all_tables WHERE schemaname = 'sys' and last_analyze IS NOT NULL order by relname -Go \ No newline at end of file diff --git a/test/JDBC/input/AUTO_ANALYZE-vu-verify.sql b/test/JDBC/input/AUTO_ANALYZE-vu-verify.sql index 02a4052d43..2df0113fd4 100644 --- a/test/JDBC/input/AUTO_ANALYZE-vu-verify.sql +++ b/test/JDBC/input/AUTO_ANALYZE-vu-verify.sql @@ -2,9 +2,4 @@ -- list all the babel catalogs that has not been analyzed manually during extension upgrade -- will return NULL in this case SELECT relname FROM pg_stat_all_tables WHERE schemaname = 'sys' and last_analyze IS NULL order by relname -GO - - --- list all the babel catalogs that has been analyzed manually during extension upgrade -SELECT relname FROM pg_stat_all_tables WHERE schemaname = 'sys' and last_analyze IS NOT NULL order by relname -Go \ No newline at end of file +GO \ No newline at end of file