PL/pgSQL install procedure

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема PL/pgSQL install procedure
Дата
Msg-id 19991229225616I.t-ishii@sra.co.jp
обсуждение исходный текст
Список pgsql-hackers
Why is the install procedure for PL/pgSQL depending on libpq?
PL/pgSQL is running on backend, and should not use libpq.  I see
followings in the Makefile for PL/pgSQL.

CFLAGS+= -I$(LIBPQDIR) -I$(SRCDIR)/include

SHLIB_LINK+= -L$(LIBPQDIR) -lpq
--
Tatsuo Ishii


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

Предыдущее
От: Adriaan Joubert
Дата:
Сообщение: Re: [HACKERS] Index corruption
Следующее
От: Adriaan Joubert
Дата:
Сообщение: Re: [HACKERS] Index corruption