> > What's the recommended way to compile in Unix with exec_backend? > > I don't think we have a recommended way (or need one really). > Personally I add #define EXEC_BACKEND to pg_config.h after > configuring.
Right. That's what I've been doing. Just need to be more careful checking the result of it, I guess. :-( //Magnus ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match