Thomas Hallgren <[EMAIL PROTECTED]> writes: > I do have a workaround in place that makes it work for me now. I do > $(dir $(subst \\,/,xxx)) and that works fine but given that the targeted > platform for pgxs on Win32 is MinGW, perhaps it should output forward > slashes anyway.
I've already applied that change. Your gripe was pretty much exactly what I was afraid we'd hear, namely that the double-backslash output would break cases that used to work. I think we should stick with the forward slash output, since that's what we know has been working in the 8.0 branch. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend