pgsql: Don't install postmaster symlink anymore

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Don't install postmaster symlink anymore
Дата
Msg-id E1pKzzC-0000Eg-Nt@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Don't install postmaster symlink anymore

This has long been deprecated.  Some of the build systems didn't even
install it.

Also remove man page.

Reviewed-by: Karl O. Pinc <kop@karlpinc.com>
Discussion: https://www.postgresql.org/message-id/flat/ece84b69-8f94-8b88-925f-64207cb3a2f0@enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/37e267335068059ac9bd4ec5d06b493afb4b73e8

Modified Files
--------------
doc/src/sgml/ref/allfiles.sgml   |  1 -
doc/src/sgml/ref/postmaster.sgml | 44 ----------------------------------------
doc/src/sgml/reference.sgml      |  1 -
src/backend/Makefile             |  8 +-------
4 files changed, 1 insertion(+), 53 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Remove gratuitous references to postmaster program
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: Adjust interaction of CREATEROLE with role properties.