"Rocco Altier" <[EMAIL PROTECTED]> writes: > Please disregard this patch. I have a ton of lib%.exp and similar files > created currently.
Yeah, that was one of the reasons I called it ugly :-(. I had put in an "rm" step to get rid of lib%.so, you could probably fix the extraneous .exp files similarly. Alternatively we could look at expanding Makefile.shlib to provide %.so pattern rules directly. My patch was more intended as proof of concept than anything we necessarily wanted to apply as-is. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match