Changeset: 940c2bd1f163 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/940c2bd1f163 Modified Files: sql/ChangeLog Branch: default Log Message:
Fix ChangeLog indent diffs (12 lines): diff --git a/sql/ChangeLog b/sql/ChangeLog --- a/sql/ChangeLog +++ b/sql/ChangeLog @@ -10,7 +10,7 @@ guaranteed. * Fri Oct 3 2025 Lucas Pereira <[email protected]> - - EXPLAIN now supports a BEFORE/AFTER REL_UNNEST/REL_REWRITE/PHYSICAL +- EXPLAIN now supports a BEFORE/AFTER REL_UNNEST/REL_REWRITE/PHYSICAL clause to indicate which phase of query compilation to show. A plain EXPLAIN is equivalent to EXPLAIN BEFORE PHYSICAL, which is what PLAN used to do. The old EXPLAIN is now EXPLAIN PHYSICAL. SHOW DETAILS _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
