Re: Problems with pgxs - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Problems with pgxs
Date
Msg-id 1377.1099255996@sss.pgh.pa.us
Whole thread Raw
In response to Re: Problems with pgxs  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Problems with pgxs
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> $(PTHREAD_H_WIN32) is a dependency of libpq and therefore we had to copy
> it into Makefile.shlib when we are compiling from that file rather than
> libpq/Makefile.  libpq/Makefile has:

>   all: $(PTHREAD_H_WIN32) $(top_builddir)/src/port/pg_config_paths.h def-files all-lib

Say again?  Why should libpq's dependencies be propagated to every shlib
in the system?  And when is libpq built without using libpq/Makefile?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: make check error on -HEAD
Next
From: Joe Conway
Date:
Subject: Re: array_to_column function