Re: Roadmap for a Win32 port

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Jason Tishler <jason(at)tishler(dot)net>
Cc: Dann Corbit <DCorbit(at)connx(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Roadmap for a Win32 port
Date: 2002-06-05 15:17:09
Message-ID: 200206051517.g55FH9L09764@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Jason Tishler wrote:
> Dan,
>
> The following is to help keep the archives accurate and should not be
> construed as an argument against the native Win32 port.
>
> On Tue, Jun 04, 2002 at 10:02:14PM -0700, Dann Corbit wrote:
> > And Cygwin requires a license for commercial use.
> > http://cygwin.com/licensing.html
>
> The above is not necessarily true:
>
> Red Hat sells a special Cygwin License for customers who are unable
> to provide their application in open source code form.
>
> Note that the above only comes into play if your application links
> with the Cygwin DLL. This is easily avoidable by using JDBC, ODBC,
> Win32 libpq, etc. Hence, most people will not be required to purchase
> this license from Red Hat.

So apps written using client libraries are BSD, while server-side
changes would have to release source. Makes sense, though we have never
had this distinction before. I assume plpgsql stored procedures would
have be open source, but of course those are stored in plaintext on the
server so that isn't a problem. If companies created custom C stored
procedures, those would have to be open source if using cygwin.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-06-05 15:18:29 Re: Roadmap for a Win32 port
Previous Message Jason Tishler 2002-06-05 12:07:06 Re: Roadmap for a Win32 port