Re: Policy on pulling in code from other projects? - Mailing list pgsql-hackers

From Joshua D. Drake
Subject Re: Policy on pulling in code from other projects?
Date
Msg-id 4E2B066D.7080006@commandprompt.com
Whole thread Raw
In response to Re: Policy on pulling in code from other projects?  (Josh Berkus <josh@agliodbs.com>)
List pgsql-hackers
On 07/22/2011 05:00 PM, Josh Berkus wrote:
> Arguments in favor of coding from scratch:
>
> 1) Does not introduce new dependencies into postgresql-client packages.
> (note how much of a problem Readline has been)

Readline has license issues, this doesn't.

>
> 2) keeps psql as lightweight as possible
>

Agreed on that one.


> 3) We don't need to be able to parse any potential URI, just the ones we
> accept.

True.

>
> Arguments against:
>
> a) waste of time coding a parser
>
> b) eventual feature creep as people ask us for more and more syntax support

Yep.

>
> Overall, though, I'd say that argument (1) against is pretty powerful.
> Count the number of complaints and build bug reports about readline&
> libedit on the lists.
>

That is a good argument.



-- 
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 by date:

Previous
From: Marc Munro
Date:
Subject: Re: [GENERAL] Dropping extensions
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Policy on pulling in code from other projects?