From 6a92da68581a74e12281bbac5dceb463f5b940a5 Mon Sep 17 00:00:00 2001 From: Alex Kasko Date: Sat, 4 Jan 2025 11:55:50 +0000 Subject: [PATCH] Fomatting fix in tests --- tsl/test/expected/cagg_refresh.out | 2 +- tsl/test/expected/cagg_refresh_using_merge.out | 2 +- tsl/test/sql/include/cagg_refresh_common.sql | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tsl/test/expected/cagg_refresh.out b/tsl/test/expected/cagg_refresh.out index bdbcae7df99..5a993776930 100644 --- a/tsl/test/expected/cagg_refresh.out +++ b/tsl/test/expected/cagg_refresh.out @@ -489,7 +489,7 @@ SELECT time_bucket('7 days', time) AS day, device, avg(temp) AS avg_temp FROM conditions GROUP BY 1,2 WITH NO DATA; COMMIT; --- refresh_continuous_aggregate can run two transactions, thus it cannot be +-- refresh_continuous_aggregate can run two transactions, thus it cannot be -- called in a transaction block (from a function, from dynamic SQL) or in a -- subtransaction (from a procedure block with an EXCEPTION clause). Though it -- does NOT require a top level context and can be called from a procedure diff --git a/tsl/test/expected/cagg_refresh_using_merge.out b/tsl/test/expected/cagg_refresh_using_merge.out index 7e25416a744..8deea659dbc 100644 --- a/tsl/test/expected/cagg_refresh_using_merge.out +++ b/tsl/test/expected/cagg_refresh_using_merge.out @@ -490,7 +490,7 @@ SELECT time_bucket('7 days', time) AS day, device, avg(temp) AS avg_temp FROM conditions GROUP BY 1,2 WITH NO DATA; COMMIT; --- refresh_continuous_aggregate can run two transactions, thus it cannot be +-- refresh_continuous_aggregate can run two transactions, thus it cannot be -- called in a transaction block (from a function, from dynamic SQL) or in a -- subtransaction (from a procedure block with an EXCEPTION clause). Though it -- does NOT require a top level context and can be called from a procedure diff --git a/tsl/test/sql/include/cagg_refresh_common.sql b/tsl/test/sql/include/cagg_refresh_common.sql index 0347bb232f4..e5443a62844 100644 --- a/tsl/test/sql/include/cagg_refresh_common.sql +++ b/tsl/test/sql/include/cagg_refresh_common.sql @@ -307,7 +307,7 @@ FROM conditions GROUP BY 1,2 WITH NO DATA; COMMIT; --- refresh_continuous_aggregate can run two transactions, thus it cannot be +-- refresh_continuous_aggregate can run two transactions, thus it cannot be -- called in a transaction block (from a function, from dynamic SQL) or in a -- subtransaction (from a procedure block with an EXCEPTION clause). Though it -- does NOT require a top level context and can be called from a procedure