Re: pgsql: Build ICU support by default.

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: pgsql: Build ICU support by default.
Дата
Msg-id 6d04d53841c445da4ab03be15dc4ea8369dc97ba.camel@j-davis.com
обсуждение исходный текст
Ответ на Re: pgsql: Build ICU support by default.  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: pgsql: Build ICU support by default.  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-committers
On Wed, 2023-04-19 at 09:46 +0900, Michael Paquier wrote:
> As guaibasaurus is telling, this broke the generation of the
> distribution tarball:
> https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=guaibasaurus&dt=2023-04-19%2000%3A20%3A03
>
> The problem is easy to reproduce: just run "make dist" from the top
> of
> the tree.  The fix is a bit more tricky, straight-forward once you
> know that ./INSTALL is generated from the contents of
> installation.sgml (learnt that the hard way), and is similar to
> 45aa88f where you should add a few extra rules to
> standalone-profile.xsl to replace the links by some text.  I guess
> that you could just replace both references with "the documentation"
> in this case, as the terms are specified in the paragraphs generated
> in the ./INSTALL, like the attached.

Ah, thank you.

> Do you mind if I apply the attached to fix the issue?

Please go ahead.

Regards,
    Jeff Davis




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

Предыдущее
От: David Rowley
Дата:
Сообщение: pgsql: Fix various typos and incorrect/outdated name references
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix generation of distribution tarball