Alvaro Herrera wrote: > Magnus Hagander wrote: >> * After Markos patch, now builds pgcrypto without zlib again >> * Updates README with xml info >> * xml requires xslt and iconv >> * disable unnecessary warning about __cdecl() >> * Add a buildenv.bat called from all other bat files to set up things >> like PATH for flex/bison. (Can't just set it before calling, doesn't >> always work when building from the GUI) > > Is buildenv.bat a generated file, or was it supposed to be attached?
No, you create it if it's needed. It's not necessary for building. //Magnus ---------------------------(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