"Magnus Hagander" <[EMAIL PROTECTED]> writes:
> [ proposed fix ]
> As you can see, this is quite a bit more complicated than the simple
> CreateProcess() call we have now.
> ...
> If this seems like a reasonable approach, I can see if I can get
> something together. But it's a fairly large change..
It sounds reasonable to me, in the sense that it is a localized change,
even if rather messy. (Perhaps this chunk of code should be pushed into
src/port someplace, instead of being dropped into postmaster.c?)
regards, tom lane
---------------------------(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