pgsql: ecpg: Don't link compatlib with libpq

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: ecpg: Don't link compatlib with libpq
Дата
Msg-id E1UMPQ4-0007Y9-DU@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
ecpg: Don't link compatlib with libpq

It doesn't actually use libpq.  But we need to keep libpq in the
CPPFLAGS for building, because compatlib uses ecpglib.h which uses
libpq-fe.h, but we don't need to refer to libpq for linking.

reviewed by Tom Lane

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3780fc679cc428c1f211e1728c4281ca15e9746b

Modified Files
--------------
src/interfaces/ecpg/compatlib/Makefile |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Translation updates
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Ignore extra subquery outputs in set_subquery_size_estimates().