Re: pgxs regression - Mailing list pgsql-hackers

From Joe Conway
Subject Re: pgxs regression
Date
Msg-id 419FA1C3.7080905@joeconway.com
Whole thread Raw
In response to Re: pgxs regression  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgxs regression  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> My inclination is to get rid of the dependency of the Makefile.shlib
> targets on pg_config_paths.h; Bruce has never satisfactorily explained
> why he added that.  There may be a need for a dependency on
> pg_config_paths.h someplace, but surely this is the wrong place.
> 
> I don't understand what $(PTHREAD_H_WIN32) is doing there either --- the
> only definition of it that I can see is
>     PTHREAD_H_WIN32 = yes
> in libpq/Makefile, which does not look like a build target.  (The
> comment just above that saying "this doesn't work yet" doesn't increase
> my faith any...)

Indeed, backing out Bruce's commit
( http://archives.postgresql.org/pgsql-committers/2004-10/msg00158.php )
makes my problems go away. I have no idea how to fix the win32 stuff 
though :(

Joe


pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: Error handling in plperl and pltcl
Next
From: Tom Lane
Date:
Subject: Re: Error handling in plperl and pltcl