[COMMITTERS] pgsql: Reinstate genhtml --prefix option for non-vpath builds

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [COMMITTERS] pgsql: Reinstate genhtml --prefix option for non-vpath builds
Дата
Msg-id E1e3OeH-0002Mp-Uc@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Reinstate genhtml --prefix option for non-vpath builds

In c3d9a66024a93e6d0380bdd1b18cb03a67216b72, the genhtml --prefix option
was removed to get slightly better behavior for vpath builds.  genhtml
would then automatically pick a suitable prefix.  However, for non-vpath
builds, this makes the coverage output dependent on the length of the
path where the source code happens to be, leading to confusingly
arbitrary results.  So put the --prefix option back for non-vpath
builds.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5f340cb30ce2f0d9f272840b0d977b0a4b854f0b

Modified Files
--------------
src/Makefile.global.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

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

Предыдущее
От: Joe Conway
Дата:
Сообщение: [COMMITTERS] pgsql: Add missing options to pg_regress help() output
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Explicitly track whether aggregate final functions modifytransi