Re: Regression - GNUmakefile - pg_usleep

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Regression - GNUmakefile - pg_usleep
Дата
Msg-id 21101.1122336633@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Regression - GNUmakefile - pg_usleep  ("Rocco Altier" <RoccoA@Routescape.com>)
Список pgsql-patches
"Rocco Altier" <RoccoA@Routescape.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

В списке pgsql-patches по дате отправления:

Предыдущее
От: Michael Glaesemann
Дата:
Сообщение: Interval->day docs and regression tests
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: User's exception plpgsql