Re: 9.2 pg_upgrade regression tests on WIndows
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andrew Dunstan <andrew@dunslane.net>, Bruce Momjian <bruce@momjian.us>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2012-09-03T16:58:48Z
Lists: pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes: > The attached very small patch allows pg_upgrade's "make check" to > succeed on REL9_2_STABLE on my Mingw system. > However, I consider the issue I mentioned earlier regarding use of > forward slashes in the argument to rmdir to be a significant blocker, so > I'm going to go and fix that and then pull this all together. My intentions over the next hour or two are to commit the unix-socket-directory fix and then sync 9.2 pg_upgrade with HEAD (ie, back-patch everything that's in HEAD except the int64-XLogRecPtr changes). Will that cause any problems for what you're doing? regards, tom lane