Fix one typo

fix-typo
Hanefi Onaldi 2022-04-12 06:46:54 +03:00
parent 6254f30305
commit 5ce7912c27
No known key found for this signature in database
GPG Key ID: F18CDB10BA0DFDC7
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ CREATE SCHEMA chbenchmark_all_queries;
SET search_path TO chbenchmark_all_queries; SET search_path TO chbenchmark_all_queries;
-- we want to make sure the join order is stable. If the join order of a table changes due -- we want to make sure the join order is stable. If the join order of a table changes due
-- to a chacnge you are making, please verify if it is not a regression. If the join order -- to a change you are making, please verify if it is not a regression. If the join order
-- became better feel free to update the output. -- became better feel free to update the output.
SET citus.log_multi_join_order TO on; SET citus.log_multi_join_order TO on;
SET client_min_messages TO log; SET client_min_messages TO log;