Re: pgsql: Improve speed of make check-world

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: pgsql: Improve speed of make check-world
Дата
Msg-id 20150505180250.GL2523@alvh.no-ip.org
обсуждение исходный текст
Ответ на pgsql: Improve speed of make check-world  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: pgsql: Improve speed of make check-world  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-committers
Peter Eisentraut wrote:
> Improve speed of make check-world
>
> Before, make check-world would create a new temporary installation for
> each test suite, which is slow and wasteful.  Instead, we now create one
> test installation that is used by all test suites that are part of a
> make run.

Maybe I'm confused, but now "make -C doc/src/sgml check" seems to build
the whole backend; it didn't do so before, and I think that's quite
pointless.  I take it that's unintended?  Can we get the old behavior
back?

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: pgsql: Fix some problems with patch to fsync the data directory.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Add geometry/range functions to support BRIN inclusion