pgsql: Fix client-only installation

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix client-only installation
Дата
Msg-id E1W4NN4-0000te-Pj@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix client-only installation

The psql Makefile was not creating $(datadir) before installing
psqlrc.sample there.

In most cases, the directory would be created in some other way, but for
the documented from-source client-only installation procedure, it could
fail.

Reported-by: Mike Blackwell <mike.blackwell@rrd.com>

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/586bea6124cd64e495856f97caa612b717cd5de2

Modified Files
--------------
src/bin/psql/Makefile |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Minor code beautification in contrib/sslinfo.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix client-only installation