Changeset: 193e8d12da7c for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/193e8d12da7c
Modified Files:
        ChangeLog.Mar2025
        sql/ChangeLog.Mar2025
Branch: Mar2025
Log Message:

Move selective snapshot changelog message to correct location


diffs (38 lines):

diff --git a/ChangeLog.Mar2025 b/ChangeLog.Mar2025
--- a/ChangeLog.Mar2025
+++ b/ChangeLog.Mar2025
@@ -1,15 +1,6 @@
 # ChangeLog file for devel
 # This file is updated with Maddlog
 
-* Fri Jun 13 2025 Joeri van Ruth <[email protected]>
-- Add optional parameters omit_unlogged (bool) and omit_table_ids (str) to
-  sys.hot_snapshot(). If omit_unlogged is set to true, the data in UNLOGGED
-  tables is omitted from the snapshot. If omit_table_ids is given, it must
-  be a comma-separated list of table ids as found in sys.tables. The data in
-  each of those tables will be omitted from the snapshot.
-- Empty BATs are omitted from the snapshot, the restored server will created
-  them if necessary.
-
 * Thu May  8 2025 Sjoerd Mullender <[email protected]>
 - It is now possible to specify an idle timeout using --set
   idle_timeout=<seconds> (see mserver5 manual page) which gets triggered
diff --git a/sql/ChangeLog.Mar2025 b/sql/ChangeLog.Mar2025
--- a/sql/ChangeLog.Mar2025
+++ b/sql/ChangeLog.Mar2025
@@ -5,6 +5,15 @@
 - When a prepared statement is executed, sys.queue now shows the text
   of the original PREPARE statement along with the EXEC and its arguments.
 
+* Fri Jun 13 2025 Joeri van Ruth <[email protected]>
+- Add optional parameters omit_unlogged (bool) and omit_table_ids (str) to
+  sys.hot_snapshot(). If omit_unlogged is set to true, the data in UNLOGGED
+  tables is omitted from the snapshot. If omit_table_ids is given, it must
+  be a comma-separated list of table ids as found in sys.tables. The data in
+  each of those tables will be omitted from the snapshot.
+- Empty BATs are omitted from the snapshot, the restored server will created
+  them if necessary.
+
 * Wed May 14 2025 Martin van Dinther <[email protected]>
 - Corrected reading decimal type columns from external ODBC data sources
   via proto_loader('odbc:...'). Those columns were mapped to varchar type
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to