Re: psql & readline & win32 - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: psql & readline & win32
Date
Msg-id 200602131800.k1DI0Ej01563@candle.pha.pa.us
Whole thread Raw
In response to Re: psql & readline & win32  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: psql & readline & win32
List pgsql-hackers
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > Magnus Hagander wrote:
> >> What would we patch it with? I don't think anybody has found a problem
> >> there, this is a separate file that you ship along with it.
> 
> > Well, the problem is that it handles backslash incorrectly.  We could
> > patch that in the readline source rather than playing with a
> > configuaration file.
> 
> Do the readline developers agree that it's "incorrect"?  I could see
> shipping a patch as a short-term band-aid, but not if the patch isn't
> going to be accepted upstream.

No idea.  We need to develop the patch and submit it.

> >> Even that may not be enough. This is the GPL we're talking about.
> 
> > At that point, psql becomes GPL, no question.
> 
> Which means it's not happening, no?

To clearify, I meant the psql binary becomes GPL.

When we build psql with readline, which is our default on many
platforms, we are already be GPL'ing psql, at least according to the
copyright holders, FSF.  We are dynamic linking on many platforms, but
according to the FSF, it makes it GPL.

I do think that adding readline features to the Win32 psql doesn't
warrant the license change for the psql binary.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: psql & readline & win32
Next
From: "Magnus Hagander"
Date:
Subject: Re: psql & readline & win32