Skip to content

Commit

Permalink
Fomatting fix in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
staticlibs authored and fabriziomello committed Jan 7, 2025
1 parent 54c7e6a commit 6a92da6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tsl/test/expected/cagg_refresh.out
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tsl/test/expected/cagg_refresh_using_merge.out
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tsl/test/sql/include/cagg_refresh_common.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a92da6

Please sign in to comment.