Sean Chittenden <[EMAIL PROTECTED]> writes:
> I don't have a patch yet for this yet, but if you'd like, I can fix
> this problem globally and correctly. The solution is as follows:
> *) contrib/ should *not* use pgxs and instead should depend on the
> global makefiles
Nope. If we can't use contrib as a test case for pgxs, the odds that
pgxs will ever be non-broken are minimal. It does seem though that we
need two different values for BE_DLLLIBS depending on whether we are
building in-tree or not. I think you can handle that with "ifdef PGXS"
but I'm not totally sure that that's the right test ...
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