Re: pgsql: Add TAP test to automate the equivalent of check_guc

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Add TAP test to automate the equivalent of check_guc
Дата
Msg-id 2280644.1644683003@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Add TAP test to automate the equivalent of check_guc  (Christoph Berg <myon@debian.org>)
Список pgsql-hackers
Christoph Berg <myon@debian.org> writes:
> I think the "bug" here is that vanilla PG doesn't support installing
> in FHS locations with /usr/lib and /usr/share split, hence the Debian
> patch.

I'm confused by this statement.  An out-of-the-box installation
produces trees under $PREFIX/lib and $PREFIX/share.  What about
that is not FHS compliant?  And couldn't you fix it using the
installation fine-tuning switches that configure already provides?

            regards, tom lane



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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Race condition in TransactionIdIsInProgress
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Why is src/test/modules/committs/t/002_standby.pl flaky?