Re: make installcheck-world in a clean environment

Поиск
Список
Период
Сортировка
От Alexander Lakhin
Тема Re: make installcheck-world in a clean environment
Дата
Msg-id beb142a3-aaf6-f6d7-2aae-69f7d65fb3d4@gmail.com
обсуждение исходный текст
Ответ на Re: make installcheck-world in a clean environment  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Ответы Re: make installcheck-world in a clean environment  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: make installcheck-world in a clean environment  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-hackers
Hello Peter,
06.07.2018 00:39, Peter Eisentraut wrote:
Exactly what order of steps are you executing that doesn't work?
In Centos 7, using the master branch from git:
./configure --enable-tap-tests
make install
make install -C contrib
chown -R postgres:postgres /usr/local/pgsql/
/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data
/usr/local/pgsql/bin/pg_ctl start -l logfile -D /usr/local/pgsql/data
make clean
# Also you can just install binary packages to get the same state.

make installcheck-world
# This check fails.

Best regards,
------

Alexander Lakhin
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

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

Предыдущее
От: Yugo Nagata
Дата:
Сообщение: Re: CREATE TABLE .. LIKE .. EXCLUDING documentation
Следующее
От: Arseny Sher
Дата:
Сообщение: Re: pgsql: Fix "base" snapshot handling in logical decoding