pgsql: Abandon use of Makefile variables in libpq/Makefile because MSVC

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: Abandon use of Makefile variables in libpq/Makefile because MSVC
Дата
Msg-id E1PM0t3-0006R4-Te@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Abandon use of Makefile variables in libpq/Makefile because MSVC scrapes
the OBJS lines from that file.

Cleanup where possible.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=4f6deef2fb7ddc6b3c6b901db66072cf65ccaa27

Modified Files
--------------
src/interfaces/libpq/Makefile |   44 +++++++++++++++++++++++-----------------
1 files changed, 25 insertions(+), 19 deletions(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql: Improve pg_ctl "cannot connect" warning, per suggestion from Mag
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Use only addr_cur when reporting connection failures in libpq.