Re: Regression - GNUmakefile - pg_usleep

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Rocco Altier" <RoccoA(at)Routescape(dot)com>
Cc: "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Regression - GNUmakefile - pg_usleep
Date: 2005-07-26 00:10:33
Message-ID: 21101.1122336633@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

"Rocco Altier" <RoccoA(at)Routescape(dot)com> writes:
> You propose making it similar to libpq. By that do you mean breaking it
> into 2 separate diretories - backend/libpq & interfaces/libpq - so that
> we create the libraries pgport and pgport_srv from different directories
> - possibly using the existing backend/port and port?

No, I'm talking about just importing the individual source files that
are needed and compiling them with -fpic enabled as part of the module
that needs them. Look at what libpq does with pgstrcasecmp.c, or what
I just made the regression test module do with pgsleep.c.

regards, tom lane

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Michael Glaesemann 2005-07-26 00:52:48 Interval->day docs and regression tests
Previous Message Jim C. Nasby 2005-07-25 22:15:25 Re: [HACKERS] Patch to fix plpython on OS X