Re: 9.2 pg_upgrade regression tests on WIndows

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 9.2 pg_upgrade regression tests on WIndows
Дата
Msg-id 2324.1346691528@sss.pgh.pa.us
обсуждение исходный текст
Ответ на 9.2 pg_upgrade regression tests on WIndows  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: 9.2 pg_upgrade regression tests on WIndows
Список 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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Make a cut at a major-features list for 9.2.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Proof of concept: standalone backend with full FE/BE protocol