PL/pgSQL install procedure

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: PL/pgSQL install procedure
Date: 1999-12-29 13:56:16
Message-ID: 19991229225616I.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-hackers by date

  From Date Subject
Next Message Adriaan Joubert 1999-12-29 14:02:00 Re: [HACKERS] Index corruption
Previous Message Adriaan Joubert 1999-12-29 13:09:26 Re: [HACKERS] Index corruption