"Magnus Hagander" <[EMAIL PROTECTED]> writes:
> Version numbers don't update properly on postgres.exe when doing make
> clean/make. It works for all other exes and dlls. I beleive this is just
> a case of "make clean" not properly removing "win32ver.o". See attached
> patch.
Hmm, is that the only place we missed it? Might be worth diffing a make
distclean'd tree against a virgin one.
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