PL/pgSQL install procedure - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject PL/pgSQL install procedure
Date
Msg-id 19991229225616I.t-ishii@sra.co.jp
Whole thread Raw
List 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 by date:

Previous
From: Adriaan Joubert
Date:
Subject: Re: [HACKERS] Index corruption
Next
From: Adriaan Joubert
Date:
Subject: Re: [HACKERS] Index corruption