Re: Problems with pgxs

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Thomas Hallgren <thhal(at)mailblocks(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Problems with pgxs
Date: 2004-10-31 15:38:43
Message-ID: 27884.1099237123@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thomas Hallgren <thhal(at)mailblocks(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua D. Drake 2004-10-31 15:39:36 Re: fsync, ext2 on Linux
Previous Message Andrew Dunstan 2004-10-31 15:31:24 Re: fsync, ext2 on Linux