On Fri, Jul 2, 2010 at 11:07 AM, Robert Haas <[email protected]> wrote: > On Fri, Jul 2, 2010 at 10:21 AM, Robert Haas <[email protected]> wrote: >> On Fri, Jul 2, 2010 at 10:18 AM, Tom Lane <[email protected]> wrote: >>> Robert Haas <[email protected]> writes: >>>>>> This appears to have broken MinGW and Cygwin builds on the buildfarm. >>>> >>>> Well, that's not awesome. IM-ing with Magnus now. I'm wondering if >>>> this is a link-ordering problem of some kind. >>> >>> Possibly an #ifndef FRONTEND will fix it. >> >> What's failing to link is postgres.exe > > I suspect that moving copydir.c into the backend will fix this, but I > don't have an appropriate build environment to test. Can someone > please test the attached patch?
Andrew confirms that this works on mingw, so I'm going to go ahead and check it in and see what happens. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise Postgres Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
