Re: [ANNOUNCE] PostgreSQL 7.3.6 Now Available ...

Lists: pgsql-announcepgsql-general
From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: pgsql-announce(at)postgresql(dot)org
Cc: pgsql-general(at)postgresql(dot)org
Subject: PostgreSQL 7.3.6 Now Available ...
Date: 2004-03-03 14:08:52
Message-ID: 20040303100702.A23774@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-announce pgsql-general


After several fixes were backpatches to the 7_3_STABLE branch, we have now
released a 7.3.6. As the list of Changes since 7.3.5 is quite small, they
are included in this email:

* Revert erroneous changes in rule permissions checking
* Repair incorrect order of operations in GetNewTransactionId()
* Ensure configure selects -fno-strict-aliasing even when an
external value for CFLAGS is supplied
* Make pg_restore handle 64-bit off_t correctly
* Make contrib/dblink not assume that local and remote type OIDs
match (Joe)
* Quote connectby()'s start_with argument properly (Joe)
* Don't crash when a rowtype argument to a plpgsql function is NULL
* Avoid generating invalid character encoding sequences in corner
cases when planning LIKE operations
* Ensure text_position() cannot scan past end of source string in
multibyte cases (Korea PostgreSQL Users' Group)
* Fix index optimization and selectivity estimates for LIKE
operations on bytea columns (Joe)

This version, as with most minor versions, does not require a dump/reload
to put into place.

As always, this release is available on all our mirrors, viable at:

http://www.postgresql.org/mirrors-www.html

And, thanks to David Fetter, is also available via BitTorrent at:

http://bt.postgresql.org

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664


From: Palle Girgensohn <girgen(at)pingpong(dot)net>
To: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [ANNOUNCE] PostgreSQL 7.3.6 Now Available ...
Date: 2004-03-03 15:07:16
Message-ID: 42060000.1078326436@rambutan.pingpong.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-announce pgsql-general

Hi,

Just realized that man pages are not installed. Reason is that
doc/man.tar.gz does not exists, but Makefile expects it. instead, there is
a doc/man-7.3.tar.gz...

/Palle

--On Wednesday, March 03, 2004 10:08:52 -0400 "Marc G. Fournier"
<scrappy(at)postgresql(dot)org> wrote:

>
> After several fixes were backpatches to the 7_3_STABLE branch, we have now
> released a 7.3.6. As the list of Changes since 7.3.5 is quite small, they
> are included in this email:
>
> * Revert erroneous changes in rule permissions checking
> * Repair incorrect order of operations in GetNewTransactionId()
> * Ensure configure selects -fno-strict-aliasing even when an
> external value for CFLAGS is supplied
> * Make pg_restore handle 64-bit off_t correctly
> * Make contrib/dblink not assume that local and remote type OIDs
> match (Joe)
> * Quote connectby()'s start_with argument properly (Joe)
> * Don't crash when a rowtype argument to a plpgsql function is NULL
> * Avoid generating invalid character encoding sequences in corner
> cases when planning LIKE operations
> * Ensure text_position() cannot scan past end of source string in
> multibyte cases (Korea PostgreSQL Users' Group)
> * Fix index optimization and selectivity estimates for LIKE
> operations on bytea columns (Joe)
>
> This version, as with most minor versions, does not require a dump/reload
> to put into place.
>
> As always, this release is available on all our mirrors, viable at:
>
> http://www.postgresql.org/mirrors-www.html
>
> And, thanks to David Fetter, is also available via BitTorrent at:
>
> http://bt.postgresql.org
>
> ----
> Marc G. Fournier Hub.Org Networking Services
> (http://www.hub.org) Email: scrappy(at)hub(dot)org Yahoo!: yscrappy
> ICQ: 7615664
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
> joining column's datatypes do not match


From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: Palle Girgensohn <girgen(at)pingpong(dot)net>
Cc: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>, pgsql-general(at)postgresql(dot)org
Subject: Re: [ANNOUNCE] PostgreSQL 7.3.6 Now Available ...
Date: 2004-03-03 15:21:28
Message-ID: 20040303112003.C23774@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-announce pgsql-general

On Wed, 3 Mar 2004, Palle Girgensohn wrote:

> Hi,
>
> Just realized that man pages are not installed. Reason is that
> doc/man.tar.gz does not exists, but Makefile expects it. instead, there is
> a doc/man-7.3.tar.gz...

Damn ... its a quick/easy change on my end, but I had an argument once way
back concerning re-tarring up the distro after being released ...

Would take me 5 minutes to do ... should I leave, or re-package?

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664


From: Palle Girgensohn <girgen(at)pingpong(dot)net>
To: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
Cc: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>, pgsql-general(at)postgresql(dot)org
Subject: Re: [ANNOUNCE] PostgreSQL 7.3.6 Now Available ...
Date: 2004-03-03 15:43:52
Message-ID: 54410000.1078328632@rambutan.pingpong.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-announce pgsql-general

--On Wednesday, March 03, 2004 11:21:28 -0400 "Marc G. Fournier"
<scrappy(at)postgresql(dot)org> wrote:

> On Wed, 3 Mar 2004, Palle Girgensohn wrote:
>
>> Hi,
>>
>> Just realized that man pages are not installed. Reason is that
>> doc/man.tar.gz does not exists, but Makefile expects it. instead, there
>> is a doc/man-7.3.tar.gz...
>
> Damn ... its a quick/easy change on my end, but I had an argument once way
> back concerning re-tarring up the distro after being released ...
>
> Would take me 5 minutes to do ... should I leave, or re-package?

Well... Since it is so new, perhaps it should be re-packaged, although I
agree, once released it should usually not be...

/P


From: Palle Girgensohn <girgen(at)pingpong(dot)net>
To: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
Cc: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>, pgsql-general(at)postgresql(dot)org
Subject: Re: [ANNOUNCE] PostgreSQL 7.3.6 Now Available ...
Date: 2004-03-03 15:47:13
Message-ID: 55580000.1078328833@rambutan.pingpong.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-announce pgsql-general

Thinking some more, I say re-package. Those using this file for automatic
packaging have not fetched it yet, hopefully...

/Palle

--On Wednesday, March 03, 2004 11:21:28 -0400 "Marc G. Fournier"
<scrappy(at)postgresql(dot)org> wrote:

> On Wed, 3 Mar 2004, Palle Girgensohn wrote:
>
>> Hi,
>>
>> Just realized that man pages are not installed. Reason is that
>> doc/man.tar.gz does not exists, but Makefile expects it. instead, there
>> is a doc/man-7.3.tar.gz...
>
> Damn ... its a quick/easy change on my end, but I had an argument once way
> back concerning re-tarring up the distro after being released ...
>
> Would take me 5 minutes to do ... should I leave, or re-package?
>
>
> ----
> Marc G. Fournier Hub.Org Networking Services
> (http://www.hub.org) Email: scrappy(at)hub(dot)org Yahoo!: yscrappy
> ICQ: 7615664


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
Cc: Palle Girgensohn <girgen(at)pingpong(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: Re: [ANNOUNCE] PostgreSQL 7.3.6 Now Available ...
Date: 2004-03-03 15:49:19
Message-ID: 13366.1078328959@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-announce pgsql-general

"Marc G. Fournier" <scrappy(at)postgresql(dot)org> writes:
> On Wed, 3 Mar 2004, Palle Girgensohn wrote:
>> Just realized that man pages are not installed. Reason is that
>> doc/man.tar.gz does not exists, but Makefile expects it. instead, there is
>> a doc/man-7.3.tar.gz...

> Damn ... its a quick/easy change on my end, but I had an argument once way
> back concerning re-tarring up the distro after being released ...

> Would take me 5 minutes to do ... should I leave, or re-package?

I'd say repackage, being careful not to change anything else ...

regards, tom lane


From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>, Palle Girgensohn <girgen(at)pingpong(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: Re: [ANNOUNCE] PostgreSQL 7.3.6 Now Available ...
Date: 2004-03-03 16:03:17
Message-ID: 20040303120300.V23774@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-announce pgsql-general

On Wed, 3 Mar 2004, Tom Lane wrote:

> "Marc G. Fournier" <scrappy(at)postgresql(dot)org> writes:
> > On Wed, 3 Mar 2004, Palle Girgensohn wrote:
> >> Just realized that man pages are not installed. Reason is that
> >> doc/man.tar.gz does not exists, but Makefile expects it. instead, there is
> >> a doc/man-7.3.tar.gz...
>
> > Damn ... its a quick/easy change on my end, but I had an argument once way
> > back concerning re-tarring up the distro after being released ...
>
> > Would take me 5 minutes to do ... should I leave, or re-package?
>
> I'd say repackage, being careful not to change anything else ...

Running the packaging up now ... that is th eonly thing that will change,
is the man page tar file being brought in ...

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664


From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: Palle Girgensohn <girgen(at)pingpong(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [ANNOUNCE] PostgreSQL 7.3.6 Now Available ...
Date: 2004-03-03 16:09:00
Message-ID: 20040303120848.D23774@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-announce pgsql-general


repackaged ... let me know if you see any other errors ...

On Wed, 3 Mar 2004, Palle Girgensohn wrote:

> Thinking some more, I say re-package. Those using this file for automatic
> packaging have not fetched it yet, hopefully...
>
> /Palle
>
> --On Wednesday, March 03, 2004 11:21:28 -0400 "Marc G. Fournier"
> <scrappy(at)postgresql(dot)org> wrote:
>
> > On Wed, 3 Mar 2004, Palle Girgensohn wrote:
> >
> >> Hi,
> >>
> >> Just realized that man pages are not installed. Reason is that
> >> doc/man.tar.gz does not exists, but Makefile expects it. instead, there
> >> is a doc/man-7.3.tar.gz...
> >
> > Damn ... its a quick/easy change on my end, but I had an argument once way
> > back concerning re-tarring up the distro after being released ...
> >
> > Would take me 5 minutes to do ... should I leave, or re-package?
> >
> >
> > ----
> > Marc G. Fournier Hub.Org Networking Services
> > (http://www.hub.org) Email: scrappy(at)hub(dot)org Yahoo!: yscrappy
> > ICQ: 7615664
>
>
>
>
>

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664


From: "Matthew T(dot) O'Connor" <matthew(at)zeut(dot)net>
To: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Palle Girgensohn <girgen(at)pingpong(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: Re: [ANNOUNCE] PostgreSQL 7.3.6 Now Available ...
Date: 2004-03-03 16:26:03
Message-ID: 200403031126.03540.matthew@zeut.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-announce pgsql-general

On Wednesday 03 March 2004 11:03 am, Marc G. Fournier wrote:
> On Wed, 3 Mar 2004, Tom Lane wrote:
> > "Marc G. Fournier" <scrappy(at)postgresql(dot)org> writes:
> > > On Wed, 3 Mar 2004, Palle Girgensohn wrote:
> > >> Just realized that man pages are not installed. Reason is that
> > >> doc/man.tar.gz does not exists, but Makefile expects it. instead,
> > >> there is a doc/man-7.3.tar.gz...
> > >
> > > Damn ... its a quick/easy change on my end, but I had an argument once
> > > way back concerning re-tarring up the distro after being released ...
> > >
> > > Would take me 5 minutes to do ... should I leave, or re-package?
> >
> > I'd say repackage, being careful not to change anything else ...
>
> Running the packaging up now ... that is th eonly thing that will change,
> is the man page tar file being brought in ...

Would it make sense to call it 7.3.6b or some such thing? Seems like a
straightforward way to handle packaging mistakes.


From: Palle Girgensohn <girgen(at)pingpong(dot)net>
To: "Matthew T(dot) O'Connor" <matthew(at)zeut(dot)net>, "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-general(at)postgresql(dot)org
Subject: Re: [ANNOUNCE] PostgreSQL 7.3.6 Now Available ...
Date: 2004-03-03 16:28:13
Message-ID: 64290000.1078331293@rambutan.pingpong.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-announce pgsql-general

b is often mistaken for beta, and I believe it is already too late, it is
out at the main server?

/Palle

--On Wednesday, March 03, 2004 11:26:03 -0500 "Matthew T. O'Connor"
<matthew(at)zeut(dot)net> wrote:

> On Wednesday 03 March 2004 11:03 am, Marc G. Fournier wrote:
>> On Wed, 3 Mar 2004, Tom Lane wrote:
>> > "Marc G. Fournier" <scrappy(at)postgresql(dot)org> writes:
>> > > On Wed, 3 Mar 2004, Palle Girgensohn wrote:
>> > >> Just realized that man pages are not installed. Reason is that
>> > >> doc/man.tar.gz does not exists, but Makefile expects it. instead,
>> > >> there is a doc/man-7.3.tar.gz...
>> > >
>> > > Damn ... its a quick/easy change on my end, but I had an argument
>> > > once way back concerning re-tarring up the distro after being
>> > > released ...
>> > >
>> > > Would take me 5 minutes to do ... should I leave, or re-package?
>> >
>> > I'd say repackage, being careful not to change anything else ...
>>
>> Running the packaging up now ... that is th eonly thing that will change,
>> is the man page tar file being brought in ...
>
> Would it make sense to call it 7.3.6b or some such thing? Seems like a
> straightforward way to handle packaging mistakes.