server/msplanner.py
branchstable
changeset 7879 9aae456abab5
parent 7815 2a164a9cf81c
child 7886 b1c913a6d9f0
--- a/server/msplanner.py	Tue Sep 27 16:04:30 2011 +0200
+++ b/server/msplanner.py	Wed Sep 28 09:27:42 2011 +0200
@@ -1438,7 +1438,7 @@
                                                          for step in steps
                                                          for select in step.union.children):
                 if temptable:
-                    step = IntersectFetchStep(plan) # XXX not implemented
+                    raise NotImplementedError('oops') # IntersectFetchStep(plan)
                 else:
                     step = IntersectStep(plan)
             else: