Magnus Hagander wrote: > >Here is an early draft of the release notes. It needs more polish and > >review: > > > > http://momjian.us/cgi-bin/pgrelease > > > >I will catch up on my email tomorrow, update the open items list for > >8.2, and then return to the release notes for cleanup. > > * Allow regression tests to be run on Win32 without MinGW (Magnus, Tom) > > This is not entirsely correect. What was done was a re-implementation of > pg_regress in C from shellscript. This is a prerequisite for running the > tests completely without mingw, but you can't do that yet (there needs > to be rules in the VC build stuff to deal with the regression output > files that need to be edited, for example - this is done with sed from > the Makefile today.
OK, updated wording: * Reimplement the regression test as a C program (Magnus, Tom) -- Bruce Momjian [EMAIL PROTECTED] EnterpriseDB http://www.enterprisedb.com + If your life is a hard drive, Christ can be your backup. + ---------------------------(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