"Alan Gatt" <[EMAIL PROTECTED]> writes: > make[4]: Entering directory > `/c/dev/postgres/pgsql_tip/src/backend/access/mdim' > gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline > -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -g > -I../../../../src/include -I./src/include/port/win32 -DEXEC_BACKEND > "-I../../../../src/include/port/win32" -DBUILDING_DLL -c -o mdim.o mdim.c
> make[4]: *** [mdim.o] Error 3 Umm ... what happened to the actual compiler error message? I'd have expected to see something in between those lines. 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