Policy on pulling in code from other projects?

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Policy on pulling in code from other projects?
Дата
Msg-id 4E28652A.8050208@commandprompt.com
обсуждение исходный текст
Ответы Re: Policy on pulling in code from other projects?
Re: Policy on pulling in code from other projects?
Список pgsql-hackers
Hey,

So I am looking intently on what it is going to take to get the URI 
patch done for psql [1] and was digging around the web and have a URI 
parser library. It is under the New BSD license and is strictly RFC  RFC 
3986 [2] compliant .

Now I have not dug into the code but the parser is used by other 
projects. So question is:

Assuming the code actually makes this patch easier, do we:

A. Pull in the code into the main tree
B. Instead have it as a requirement via configure?

1. 
http://archives.postgresql.org/message-id/1302114698.23164.17.camel@jd-desktop

2. http://tools.ietf.org/html/rfc3986


Sincerely,

Joshua D. Drake


-- 
Command Prompt, Inc. - http://www.commandprompt.com/
PostgreSQL Support, Training, Professional Services and Development
The PostgreSQL Conference - http://www.postgresqlconference.org/
@cmdpromptinc - @postgresconf - 509-416-6579


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Re: [COMMITTERS] pgsql: Remove O(N^2) performance issue with multiple SAVEPOINTs.
Следующее
От: Robert Haas
Дата:
Сообщение: Re: fixing PQsetvalue()