Changeset: 5d8955c8b023 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/5d8955c8b023 Modified Files: gdk/gdk_bat.c sql/ChangeLog.Sep2022 Branch: Sep2022 Log Message:
Merge with Jan2022 branch. diffs (11 lines): diff --git a/sql/ChangeLog.Sep2022 b/sql/ChangeLog.Sep2022 --- a/sql/ChangeLog.Sep2022 +++ b/sql/ChangeLog.Sep2022 @@ -1,3 +1,7 @@ # ChangeLog file for sql # This file is updated with Maddlog +* Wed Dec 7 2022 Sjoerd Mullender <[email protected]> +- Fixed a double cleanup after a failed allocation in COPY INTO. The + double cleanup could cause a crash due to a race condition it enabled. + _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
