This is an automated email from the ASF dual-hosted git repository.

reshke pushed a commit to branch cbdb-postgres-merge
in repository https://gitbox.apache.org/repos/asf/cloudberry.git


The following commit(s) were added to refs/heads/cbdb-postgres-merge by this 
push:
     new c7cb75f388d Add optimizer setting to expected output (#1558)
c7cb75f388d is described below

commit c7cb75f388dad87e03b9fecd24e04be1f186c92d
Author: reshke <[email protected]>
AuthorDate: Tue Feb 3 20:03:43 2026 +0500

    Add optimizer setting to expected output (#1558)
    
    akin to 
https://github.com/apache/cloudberry/blob/ee4bb5242770c7ae6f0e2cd41d9df2e7fe0aae6d/src/test/regress/expected/explain.out#L697
---
 src/test/regress/expected/explain.out | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/test/regress/expected/explain.out 
b/src/test/regress/expected/explain.out
index 078bf02c12b..eecddd6e407 100644
--- a/src/test/regress/expected/explain.out
+++ b/src/test/regress/expected/explain.out
@@ -759,6 +759,7 @@ select jsonb_pretty(
          "Settings": {                                      +
              "jit": "off",                                  +
              "Optimizer": "Postgres query optimizer",       +
+             "optimizer": "off",                            +
              "enable_parallel": "off",                      +
              "parallel_setup_cost": "0",                    +
              "parallel_tuple_cost": "0",                    +


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to