pgsql: Dynamically find correct installation docs in Makefile.

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема pgsql: Dynamically find correct installation docs in Makefile.
Дата
Msg-id E1nABLq-0003YP-MJ@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Dynamically find correct installation docs in Makefile.

The base Makefile will output help to the user when invoking make in
an unconfigured tree, the help was however always referring to a file
which may not be present as it's only in tarballs.  Dynamically check
for the presence of the INSTALL file and fall back on README.git when
it's not available (which is the case of Git checkouts).

Reported-by: Tim McNamara <tim@mcnamara.nz>
Reviewed-by: Magnus Hagander <magnus@hagander.net>
Reviewed-by: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/730dae39-abaa-4140-893b-95d732fed003@www.fastmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c330b75d9ccecd7ae3cc9716629a48b22235c509

Modified Files
--------------
Makefile | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix alignment problem with bbsink_copystream buffer.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove redundant memory context switches in BeginCopyFrom().