Lists: | pgsql-patches |
---|
From: | Steven Singer <ssinger(at)navtechinc(dot)com> |
---|---|
To: | <pgsql-patches(at)postgresql(dot)org> |
Subject: | contrib/dbmirror |
Date: | 2002-10-16 23:40:19 |
Message-ID: | Pine.LNX.4.33.0210162335450.21526-200000@pcNavYkfAdm1.ykf.navtechinc.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-patches |
Could you apply this patch for the next 7.3 beta
It includes
-Support for mirroring tables in different Schema's
-Improved documentation for compiling with 7.1.x and 7.2.x
-Fixes a buffer overrun bug.
Thanks
--
Steven Singer ssinger(at)navtechinc(dot)com
Aircraft Performance Systems Phone: 519-747-1170 ext 282
Navtech Systems Support Inc. AFTN: CYYZXNSX SITA: YYZNSCR
Waterloo, Ontario ARINC: YKFNSCR
Attachment | Content-Type | Size |
---|---|---|
dbmirror.patch | text/plain | 10.1 KB |
From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Steven Singer <ssinger(at)navtechinc(dot)com> |
Cc: | pgsql-patches(at)postgresql(dot)org |
Subject: | Re: contrib/dbmirror |
Date: | 2002-10-17 02:00:25 |
Message-ID: | 200210170200.g9H20Pm02393@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-patches |
Your patch has been added to the PostgreSQL unapplied patches list at:
http://candle.pha.pa.us/cgi-bin/pgpatches
I will try to apply it within the next 48 hours.
---------------------------------------------------------------------------
Steven Singer wrote:
>
> Could you apply this patch for the next 7.3 beta
>
> It includes
> -Support for mirroring tables in different Schema's
> -Improved documentation for compiling with 7.1.x and 7.2.x
> -Fixes a buffer overrun bug.
>
>
> Thanks
>
>
> --
> Steven Singer ssinger(at)navtechinc(dot)com
> Aircraft Performance Systems Phone: 519-747-1170 ext 282
> Navtech Systems Support Inc. AFTN: CYYZXNSX SITA: YYZNSCR
> Waterloo, Ontario ARINC: YKFNSCR
Content-Description:
[ Attachment, skipping... ]
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Cc: | Steven Singer <ssinger(at)navtechinc(dot)com>, <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: contrib/dbmirror |
Date: | 2002-10-17 19:17:56 |
Message-ID: | Pine.LNX.4.44.0210171957000.928-100000@localhost.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-patches |
I would like to request that contrib/dbmirror be removed from the
repository because it is GPL-licensed and was added after 7.2, so it does
not qualify for the "it has always been there" exception.
In my mind, this package it much better kept at gborg.
Bruce Momjian writes:
>
> Your patch has been added to the PostgreSQL unapplied patches list at:
>
> http://candle.pha.pa.us/cgi-bin/pgpatches
>
> I will try to apply it within the next 48 hours.
>
> ---------------------------------------------------------------------------
>
>
> Steven Singer wrote:
> >
> > Could you apply this patch for the next 7.3 beta
> >
> > It includes
> > -Support for mirroring tables in different Schema's
> > -Improved documentation for compiling with 7.1.x and 7.2.x
> > -Fixes a buffer overrun bug.
> >
> >
> > Thanks
> >
> >
> > --
> > Steven Singer ssinger(at)navtechinc(dot)com
> > Aircraft Performance Systems Phone: 519-747-1170 ext 282
> > Navtech Systems Support Inc. AFTN: CYYZXNSX SITA: YYZNSCR
> > Waterloo, Ontario ARINC: YKFNSCR
>
> Content-Description:
>
> [ Attachment, skipping... ]
>
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 6: Have you searched our list archives?
> >
> > http://archives.postgresql.org
>
>
--
Peter Eisentraut peter_e(at)gmx(dot)net
From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
Cc: | Steven Singer <ssinger(at)navtechinc(dot)com>, pgsql-patches(at)postgresql(dot)org |
Subject: | Re: contrib/dbmirror |
Date: | 2002-10-17 19:24:31 |
Message-ID: | 200210171924.g9HJOV228319@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-patches |
I am not sure we should be removing /contrib stuff during beta, though I
understand the idea that gborg would be a better place for it. How do
others feel? Should we move rserv too? I don't think the license alone
makes the move warranted, but if we moved both replication solutions,
parhaps for 7.4, that might make sense.
---------------------------------------------------------------------------
Peter Eisentraut wrote:
> I would like to request that contrib/dbmirror be removed from the
> repository because it is GPL-licensed and was added after 7.2, so it does
> not qualify for the "it has always been there" exception.
>
> In my mind, this package it much better kept at gborg.
>
> Bruce Momjian writes:
>
> >
> > Your patch has been added to the PostgreSQL unapplied patches list at:
> >
> > http://candle.pha.pa.us/cgi-bin/pgpatches
> >
> > I will try to apply it within the next 48 hours.
> >
> > ---------------------------------------------------------------------------
> >
> >
> > Steven Singer wrote:
> > >
> > > Could you apply this patch for the next 7.3 beta
> > >
> > > It includes
> > > -Support for mirroring tables in different Schema's
> > > -Improved documentation for compiling with 7.1.x and 7.2.x
> > > -Fixes a buffer overrun bug.
> > >
> > >
> > > Thanks
> > >
> > >
> > > --
> > > Steven Singer ssinger(at)navtechinc(dot)com
> > > Aircraft Performance Systems Phone: 519-747-1170 ext 282
> > > Navtech Systems Support Inc. AFTN: CYYZXNSX SITA: YYZNSCR
> > > Waterloo, Ontario ARINC: YKFNSCR
> >
> > Content-Description:
> >
> > [ Attachment, skipping... ]
> >
> > >
> > > ---------------------------(end of broadcast)---------------------------
> > > TIP 6: Have you searched our list archives?
> > >
> > > http://archives.postgresql.org
> >
> >
>
> --
> Peter Eisentraut peter_e(at)gmx(dot)net
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Cc: | Peter Eisentraut <peter_e(at)gmx(dot)net>, Steven Singer <ssinger(at)navtechinc(dot)com>, pgsql-patches(at)postgresql(dot)org |
Subject: | Re: contrib/dbmirror |
Date: | 2002-10-18 00:54:53 |
Message-ID: | 12942.1034902493@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-patches |
Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> I am not sure we should be removing /contrib stuff during beta, though I
> understand the idea that gborg would be a better place for it. How do
> others feel?
We had agreed to try to relicense or remove all GPL-licensed contrib
items, so that the distribution would have one uniform BSD license.
I take the blame for not doing anything about that in the past cycle,
but AFAIK that is still the agreed-to plan.
In view of that, Peter is quite right to object to adding a new
GPL-licensed contrib item in 7.3; it's going in the wrong direction.
I think the ideal solution would be for the dbmirror author(s) to agree
to relicense it as BSD. If no go, then push it over to gborg.
regards, tom lane
From: | "Marc G(dot) Fournier" <scrappy(at)hub(dot)org> |
---|---|
To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Cc: | Peter Eisentraut <peter_e(at)gmx(dot)net>, Steven Singer <ssinger(at)navtechinc(dot)com>, <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: contrib/dbmirror |
Date: | 2002-10-18 13:20:56 |
Message-ID: | 20021018101902.P85681-100000@hub.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-patches |
On Thu, 17 Oct 2002, Bruce Momjian wrote:
>
> I am not sure we should be removing /contrib stuff during beta, though I
> understand the idea that gborg would be a better place for it. How do
> others feel? Should we move rserv too? I don't think the license alone
> makes the move warranted, but if we moved both replication solutions,
> parhaps for 7.4, that might make sense.
Okay, I agree with Peter (re: moving dbmirror to gborg pre-v7.3), since
its something that is actually new in v7.3 (ala libpqxx) ... and I agree
with you that rserv should join it on gborg *after* v7.3 is released ...
From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Marc G(dot) Fournier" <scrappy(at)hub(dot)org> |
Cc: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Peter Eisentraut <peter_e(at)gmx(dot)net>, Steven Singer <ssinger(at)navtechinc(dot)com>, pgsql-patches(at)postgresql(dot)org |
Subject: | Re: contrib/dbmirror |
Date: | 2002-10-18 14:12:26 |
Message-ID: | 17380.1034950346@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-patches |
"Marc G. Fournier" <scrappy(at)hub(dot)org> writes:
> Okay, I agree with Peter (re: moving dbmirror to gborg pre-v7.3), since
> its something that is actually new in v7.3 (ala libpqxx) ... and I agree
> with you that rserv should join it on gborg *after* v7.3 is released ...
Speaking of contrib/rserv ... has anyone updated it for 7.3? I have not
looked at it, but I'd be unsurprised if it needs work for schemas.
regards, tom lane
From: | Steven Singer <ssinger(at)navtechinc(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Peter Eisentraut <peter_e(at)gmx(dot)net>, <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: contrib/dbmirror |
Date: | 2002-10-18 17:50:27 |
Message-ID: | Pine.LNX.4.33.0210181747280.16682-100000@pcNavYkfAdm1.ykf.navtechinc.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-patches |
On Thu, 17 Oct 2002, Tom Lane wrote:
> I think the ideal solution would be for the dbmirror author(s) to agree
> to relicense it as BSD. If no go, then push it over to gborg.
>
> regards, tom lane
I'm wiling to talk to some people here at Navtech about relicensing
dbmirror as BSD but, if its going to be moved to gborg anyway in 7.4 then
my preference would be to not relicense it.
If its going to stay in contrib for the forseable future(at least until
the postgres-r replication stuff is ready) then there's a good chance I
can arrange for it to be relicensed.
--
Steven Singer ssinger(at)navtechinc(dot)com
Aircraft Performance Systems Phone: 519-747-1170 ext 282
Navtech Systems Support Inc. AFTN: CYYZXNSX SITA: YYZNSCR
Waterloo, Ontario ARINC: YKFNSCR
From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Steven Singer <ssinger(at)navtechinc(dot)com> |
Cc: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-patches(at)postgresql(dot)org |
Subject: | Re: contrib/dbmirror |
Date: | 2002-10-18 19:11:51 |
Message-ID: | 20378.1034968311@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-patches |
Steven Singer <ssinger(at)navtechinc(dot)com> writes:
> On Thu, 17 Oct 2002, Tom Lane wrote:
>> I think the ideal solution would be for the dbmirror author(s) to agree
>> to relicense it as BSD. If no go, then push it over to gborg.
> I'm wiling to talk to some people here at Navtech about relicensing
> dbmirror as BSD but, if its going to be moved to gborg anyway in 7.4 then
> my preference would be to not relicense it.
> If its going to stay in contrib for the forseable future(at least until
> the postgres-r replication stuff is ready) then there's a good chance I
> can arrange for it to be relicensed.
I understand your feeling, but that leaves us with a hard decision.
Marc wants to skinny down contrib, which means pushing out stuff that
isn't fairly widely used. dbmirror being a new item, it doesn't have
any track record of use; and so there's very little to set on the other
side of the scales against the its-the-wrong-license argument.
I haven't tried dbmirror myself, but it looks useful; I'd vote for
keeping it in the distribution *if* the license is BSD. Otherwise
I'll have to vote not to.
regards, tom lane
From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Steven Singer <ssinger(at)navtechinc(dot)com> |
Cc: | pgsql-patches(at)postgresql(dot)org |
Subject: | Re: contrib/dbmirror |
Date: | 2002-10-19 02:16:38 |
Message-ID: | 200210190216.g9J2Gcf11827@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-patches |
Patch applied. Thanks.
---------------------------------------------------------------------------
Steven Singer wrote:
>
> Could you apply this patch for the next 7.3 beta
>
> It includes
> -Support for mirroring tables in different Schema's
> -Improved documentation for compiling with 7.1.x and 7.2.x
> -Fixes a buffer overrun bug.
>
>
> Thanks
>
>
> --
> Steven Singer ssinger(at)navtechinc(dot)com
> Aircraft Performance Systems Phone: 519-747-1170 ext 282
> Navtech Systems Support Inc. AFTN: CYYZXNSX SITA: YYZNSCR
> Waterloo, Ontario ARINC: YKFNSCR
Content-Description:
[ Attachment, skipping... ]
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Steven Singer <ssinger(at)navtechinc(dot)com>, Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-patches(at)postgresql(dot)org |
Subject: | Re: contrib/dbmirror |
Date: | 2002-11-05 22:16:46 |
Message-ID: | 200211052216.gA5MGkq18334@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-patches |
Tom Lane wrote:
> Steven Singer <ssinger(at)navtechinc(dot)com> writes:
> > On Thu, 17 Oct 2002, Tom Lane wrote:
> >> I think the ideal solution would be for the dbmirror author(s) to agree
> >> to relicense it as BSD. If no go, then push it over to gborg.
>
> > I'm wiling to talk to some people here at Navtech about relicensing
> > dbmirror as BSD but, if its going to be moved to gborg anyway in 7.4 then
> > my preference would be to not relicense it.
> > If its going to stay in contrib for the forseable future(at least until
> > the postgres-r replication stuff is ready) then there's a good chance I
> > can arrange for it to be relicensed.
>
> I understand your feeling, but that leaves us with a hard decision.
> Marc wants to skinny down contrib, which means pushing out stuff that
> isn't fairly widely used. dbmirror being a new item, it doesn't have
> any track record of use; and so there's very little to set on the other
> side of the scales against the its-the-wrong-license argument.
>
> I haven't tried dbmirror myself, but it looks useful; I'd vote for
> keeping it in the distribution *if* the license is BSD. Otherwise
> I'll have to vote not to.
With no feedback from dbmirror author; added to TODO:
* Move dbmirror and rserv from /contrib to gborg.postgresql.org
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From: | Steven Singer <ssinger(at)navtechinc(dot)com> |
---|---|
To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Eisentraut <peter_e(at)gmx(dot)net>, <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: contrib/dbmirror |
Date: | 2002-11-05 22:28:06 |
Message-ID: | Pine.LNX.4.33.0211052224520.32561-100000@pcNavYkfAdm1.ykf.navtechinc.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-patches |
On Tue, 5 Nov 2002, Bruce Momjian wrote:
Can you give me another 24 hours before moving it?
I forwarded the relicense request up to the decision makers here and he
said that he would look it over and he was SUPPOSED to get get to me last
week. I'll try bugging him for some kind of answer tomorrow.
>
> With no feedback from dbmirror author; added to TODO:
>
> * Move dbmirror and rserv from /contrib to gborg.postgresql.org
>
--
Steven Singer ssinger(at)navtechinc(dot)com
Aircraft Performance Systems Phone: 519-747-1170 ext 282
Navtech Systems Support Inc. AFTN: CYYZXNSX SITA: YYZNSCR
Waterloo, Ontario ARINC: YKFNSCR
From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Steven Singer <ssinger(at)navtechinc(dot)com> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-patches(at)postgresql(dot)org |
Subject: | Re: contrib/dbmirror |
Date: | 2002-11-05 22:30:19 |
Message-ID: | 200211052230.gA5MUJ220610@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-patches |
Yes, but RC1 my be on Friday.
---------------------------------------------------------------------------
Steven Singer wrote:
> On Tue, 5 Nov 2002, Bruce Momjian wrote:
>
> Can you give me another 24 hours before moving it?
>
> I forwarded the relicense request up to the decision makers here and he
> said that he would look it over and he was SUPPOSED to get get to me last
> week. I'll try bugging him for some kind of answer tomorrow.
>
>
>
>
> >
> > With no feedback from dbmirror author; added to TODO:
> >
> > * Move dbmirror and rserv from /contrib to gborg.postgresql.org
> >
>
>
>
>
> --
> Steven Singer ssinger(at)navtechinc(dot)com
> Aircraft Performance Systems Phone: 519-747-1170 ext 282
> Navtech Systems Support Inc. AFTN: CYYZXNSX SITA: YYZNSCR
> Waterloo, Ontario ARINC: YKFNSCR
>
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From: | "Marc G(dot) Fournier" <scrappy(at)hub(dot)org> |
---|---|
To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Steven Singer <ssinger(at)navtechinc(dot)com>, Peter Eisentraut <peter_e(at)gmx(dot)net>, <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: contrib/dbmirror |
Date: | 2002-11-05 22:51:39 |
Message-ID: | 20021105185025.E91541-100000@hub.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-patches |
On Tue, 5 Nov 2002, Bruce Momjian wrote:
> Tom Lane wrote:
> > Steven Singer <ssinger(at)navtechinc(dot)com> writes:
> > > On Thu, 17 Oct 2002, Tom Lane wrote:
> > >> I think the ideal solution would be for the dbmirror author(s) to agree
> > >> to relicense it as BSD. If no go, then push it over to gborg.
> >
> > > I'm wiling to talk to some people here at Navtech about relicensing
> > > dbmirror as BSD but, if its going to be moved to gborg anyway in 7.4 then
> > > my preference would be to not relicense it.
> > > If its going to stay in contrib for the forseable future(at least until
> > > the postgres-r replication stuff is ready) then there's a good chance I
> > > can arrange for it to be relicensed.
> >
> > I understand your feeling, but that leaves us with a hard decision.
> > Marc wants to skinny down contrib, which means pushing out stuff that
> > isn't fairly widely used. dbmirror being a new item, it doesn't have
> > any track record of use; and so there's very little to set on the other
> > side of the scales against the its-the-wrong-license argument.
> >
> > I haven't tried dbmirror myself, but it looks useful; I'd vote for
> > keeping it in the distribution *if* the license is BSD. Otherwise
> > I'll have to vote not to.
>
> With no feedback from dbmirror author; added to TODO:
>
> * Move dbmirror and rserv from /contrib to gborg.postgresql.org
Looks good to me ...
From: | Steven Singer <ssinger(at)navtechinc(dot)com> |
---|---|
To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Eisentraut <peter_e(at)gmx(dot)net>, <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: contrib/dbmirror |
Date: | 2002-11-06 17:43:38 |
Message-ID: | Pine.LNX.4.33.0211061742390.25213-200000@pcNavYkfAdm1.ykf.navtechinc.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-patches |
On Tue, 5 Nov 2002, Bruce Momjian wrote:
I've received permission to relicense it under the BSD license.
Attatched is a patch that changes the copyright notice on the files
The COPYING file should also be removed from CVS as it no longer applies.
>
> Yes, but RC1 my be on Friday.
>
> ---------------------------------------------------------------------------
>
> Steven Singer wrote:
> > On Tue, 5 Nov 2002, Bruce Momjian wrote:
> >
> > Can you give me another 24 hours before moving it?
> >
> > I forwarded the relicense request up to the decision makers here and he
> > said that he would look it over and he was SUPPOSED to get get to me last
> > week. I'll try bugging him for some kind of answer tomorrow.
> >
> >
> >
> >
> > >
> > > With no feedback from dbmirror author; added to TODO:
> > >
> > > * Move dbmirror and rserv from /contrib to gborg.postgresql.org
> > >
> >
> >
> >
> >
> > --
> > Steven Singer ssinger(at)navtechinc(dot)com
> > Aircraft Performance Systems Phone: 519-747-1170 ext 282
> > Navtech Systems Support Inc. AFTN: CYYZXNSX SITA: YYZNSCR
> > Waterloo, Ontario ARINC: YKFNSCR
> >
> >
>
>
--
Steven Singer ssinger(at)navtechinc(dot)com
Aircraft Performance Systems Phone: 519-747-1170 ext 282
Navtech Systems Support Inc. AFTN: CYYZXNSX SITA: YYZNSCR
Waterloo, Ontario ARINC: YKFNSCR
Attachment | Content-Type | Size |
---|---|---|
dbmirror.patch.copyright | text/plain | 6.6 KB |
From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Steven Singer <ssinger(at)navtechinc(dot)com> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-patches(at)postgresql(dot)org |
Subject: | Re: contrib/dbmirror |
Date: | 2002-11-06 17:50:47 |
Message-ID: | 200211061750.gA6HolR10008@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-patches |
License updated to BSD. TODO item removed.
---------------------------------------------------------------------------
Steven Singer wrote:
> On Tue, 5 Nov 2002, Bruce Momjian wrote:
>
> I've received permission to relicense it under the BSD license.
> Attatched is a patch that changes the copyright notice on the files
> The COPYING file should also be removed from CVS as it no longer applies.
>
>
>
> >
> > Yes, but RC1 my be on Friday.
> >
> > ---------------------------------------------------------------------------
> >
> > Steven Singer wrote:
> > > On Tue, 5 Nov 2002, Bruce Momjian wrote:
> > >
> > > Can you give me another 24 hours before moving it?
> > >
> > > I forwarded the relicense request up to the decision makers here and he
> > > said that he would look it over and he was SUPPOSED to get get to me last
> > > week. I'll try bugging him for some kind of answer tomorrow.
> > >
> > >
> > >
> > >
> > > >
> > > > With no feedback from dbmirror author; added to TODO:
> > > >
> > > > * Move dbmirror and rserv from /contrib to gborg.postgresql.org
> > > >
> > >
> > >
> > >
> > >
> > > --
> > > Steven Singer ssinger(at)navtechinc(dot)com
> > > Aircraft Performance Systems Phone: 519-747-1170 ext 282
> > > Navtech Systems Support Inc. AFTN: CYYZXNSX SITA: YYZNSCR
> > > Waterloo, Ontario ARINC: YKFNSCR
> > >
> > >
> >
> >
>
> --
> Steven Singer ssinger(at)navtechinc(dot)com
> Aircraft Performance Systems Phone: 519-747-1170 ext 282
> Navtech Systems Support Inc. AFTN: CYYZXNSX SITA: YYZNSCR
> Waterloo, Ontario ARINC: YKFNSCR
Content-Description:
[ Attachment, skipping... ]
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073