Name of coercions optimizer wrong in opt_wrapper.c #3251
Closed
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Date: 2013-03-11 00:32:30 +0100
From: Pete Hollobon <>
To: MonetDB5 devs <>
Version: 11.15.3 (Feb2013-SP1)
CC: @mlkersten, pete, @drstmane
Last updated: 2013-04-29 14:51:29 +0200
Comment 18602
Date: 2013-03-11 00:32:30 +0100
From: Pete Hollobon <>
The name of the coercions optimizer is wrong in opt_wrapper.c, so it's never used, despite being in several of the optimizer pipelines.
Here's patch
--- a/monetdb5/optimizer/opt_wrapper.c
+++ b/monetdb5/optimizer/opt_wrapper.c
@@ -84,7 +84,7 @@
{"aliases", &OPTaliasesImplementation},
{"centipede", &OPTcentipedeImplementation},
{"cluster", &OPTclusterImplementation},
Comment 18610
Date: 2013-03-12 03:17:49 +0100
From: @drstmane
Changeset 30c2d470a73d made by Stefan Manegold Stefan.Manegold@cwi.nl in the
MonetDB repo, refers to this bug.
For complete details, see
http//devmonetdborg/hg/MonetDB?cmd=changeset;node=30c2d470a73d
Changeset description:
Comment 18625
Date: 2013-03-18 08:28:15 +0100
From: @mlkersten
Exception is thrown when the optimizer does not exist.
The text was updated successfully, but these errors were encountered: