Re: Problems with pgxs - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Problems with pgxs
Date
Msg-id 27884.1099237123@sss.pgh.pa.us
Whole thread Raw
In response to Problems with pgxs  (Thomas Hallgren <thhal@mailblocks.com>)
Responses Re: Problems with pgxs
List pgsql-hackers
Thomas Hallgren <thhal@mailblocks.com> writes:
> [ Makefile.shlib contains ]

>      all-lib: all-static-lib all-shared-lib

>      all-static-lib: $(PTHREAD_H_WIN32) $(top_builddir)/src/port/pg_config_paths.h lib$(NAME).a

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

Would someone explain to me what in the world these targets are doing
demanding either of those as prerequisite?  They certainly did not have
those prereqs in 7.4.  This seems an excessively klugy way of handling
some Windows brokenness or other.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: fsync, ext2 on Linux
Next
From: "Joshua D. Drake"
Date:
Subject: Re: fsync, ext2 on Linux