* [RFC] postgresql updates
@ 2011-02-10 16:17 Tom Rini
2011-02-10 16:44 ` Koen Kooi
0 siblings, 1 reply; 4+ messages in thread
From: Tom Rini @ 2011-02-10 16:17 UTC (permalink / raw)
To: openembedded-devel
Hey all,
I'll post patches later but I'd like to do some upgrading / fixing to
postgresql.
First, from
http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy
postgresql 8.1.x (our default) is EOL. 8.2.x will EOL this year and
8.4.x has some good life left to it.
Second, after reading the various release notes (starting on
http://www.postgresql.org/docs/8.2/static/release-8-2-20.html), I would
like to:
- Drop 8.1.x
- Drop 8.2.x (since it's D_P = -1 and unpinned)
- Make 8.4.7 the default which means
- Un-pin SHR (8.4.4 to 8.4.7 is a safe and no changes needed upgrade,
see http://www.postgresql.org/docs/8.4/static/release-8-4-7.html)
What got me going here is that 8.1.x and 8.2.x both use ld directly for
linking rather than CCLD which causes problems on mips64 which means
qt4*demo-image was failing (well, outside of SHR ;)).
But the question is, do we want to in any way try and prompt the user to
get them to upgrade their 8.1.x DB? Or just assume anyone using
postgresql will be smart enough to figure out they need to dump and
restore (if I read things right).
--
Tom Rini
Mentor Graphics Corporation
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [RFC] postgresql updates
2011-02-10 16:17 [RFC] postgresql updates Tom Rini
@ 2011-02-10 16:44 ` Koen Kooi
2011-02-10 17:07 ` Tom Rini
0 siblings, 1 reply; 4+ messages in thread
From: Koen Kooi @ 2011-02-10 16:44 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 10-02-11 17:17, Tom Rini wrote:
> Hey all,
>
> I'll post patches later but I'd like to do some upgrading / fixing to
> postgresql.
>
> First, from
> http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy
> postgresql 8.1.x (our default) is EOL. 8.2.x will EOL this year and
> 8.4.x has some good life left to it.
>
> Second, after reading the various release notes (starting on
> http://www.postgresql.org/docs/8.2/static/release-8-2-20.html), I would
> like to:
>
> - Drop 8.1.x
> - Drop 8.2.x (since it's D_P = -1 and unpinned)
> - Make 8.4.7 the default which means
> - Un-pin SHR (8.4.4 to 8.4.7 is a safe and no changes needed upgrade,
> see http://www.postgresql.org/docs/8.4/static/release-8-4-7.html)
Sounds good to me!
> What got me going here is that 8.1.x and 8.2.x both use ld directly for
> linking rather than CCLD which causes problems on mips64 which means
> qt4*demo-image was failing (well, outside of SHR ;)).
>
> But the question is, do we want to in any way try and prompt the user to
> get them to upgrade their 8.1.x DB? Or just assume anyone using
> postgresql will be smart enough to figure out they need to dump and
> restore (if I read things right).
We could at least dump something to stdout in the postinst like mysql does.
regards,
Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFNVBX8MkyGM64RGpERAgcpAJ9Q8y64mMEtkJFdU598ruH5FJmTkgCgkC5M
rtBaT2CyD4zLXSJpWzrzPNw=
=i/t6
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [RFC] postgresql updates
2011-02-10 16:44 ` Koen Kooi
@ 2011-02-10 17:07 ` Tom Rini
2011-02-10 17:18 ` Koen Kooi
0 siblings, 1 reply; 4+ messages in thread
From: Tom Rini @ 2011-02-10 17:07 UTC (permalink / raw)
To: openembedded-devel
On 02/10/2011 09:44 AM, Koen Kooi wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 10-02-11 17:17, Tom Rini wrote:
>> Hey all,
>>
>> I'll post patches later but I'd like to do some upgrading / fixing to
>> postgresql.
>>
>> First, from
>> http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy
>> postgresql 8.1.x (our default) is EOL. 8.2.x will EOL this year and
>> 8.4.x has some good life left to it.
>>
>> Second, after reading the various release notes (starting on
>> http://www.postgresql.org/docs/8.2/static/release-8-2-20.html), I would
>> like to:
>>
>> - Drop 8.1.x
>> - Drop 8.2.x (since it's D_P = -1 and unpinned)
>> - Make 8.4.7 the default which means
>> - Un-pin SHR (8.4.4 to 8.4.7 is a safe and no changes needed upgrade,
>> see http://www.postgresql.org/docs/8.4/static/release-8-4-7.html)
>
> Sounds good to me!
>
>> What got me going here is that 8.1.x and 8.2.x both use ld directly for
>> linking rather than CCLD which causes problems on mips64 which means
>> qt4*demo-image was failing (well, outside of SHR ;)).
>>
>> But the question is, do we want to in any way try and prompt the user to
>> get them to upgrade their 8.1.x DB? Or just assume anyone using
>> postgresql will be smart enough to figure out they need to dump and
>> restore (if I read things right).
>
> We could at least dump something to stdout in the postinst like mysql does.
I see where mysql will attempt to setup the db. Maybe mysql_install_db
(a command from mysql) does that?
--
Tom Rini
Mentor Graphics Corporation
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [RFC] postgresql updates
2011-02-10 17:07 ` Tom Rini
@ 2011-02-10 17:18 ` Koen Kooi
0 siblings, 0 replies; 4+ messages in thread
From: Koen Kooi @ 2011-02-10 17:18 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 10-02-11 18:07, Tom Rini wrote:
> On 02/10/2011 09:44 AM, Koen Kooi wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> On 10-02-11 17:17, Tom Rini wrote:
>>> Hey all,
>>>
>>> I'll post patches later but I'd like to do some upgrading / fixing to
>>> postgresql.
>>>
>>> First, from
>>> http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy
>>> postgresql 8.1.x (our default) is EOL. 8.2.x will EOL this year and
>>> 8.4.x has some good life left to it.
>>>
>>> Second, after reading the various release notes (starting on
>>> http://www.postgresql.org/docs/8.2/static/release-8-2-20.html), I would
>>> like to:
>>>
>>> - Drop 8.1.x
>>> - Drop 8.2.x (since it's D_P = -1 and unpinned)
>>> - Make 8.4.7 the default which means
>>> - Un-pin SHR (8.4.4 to 8.4.7 is a safe and no changes needed upgrade,
>>> see http://www.postgresql.org/docs/8.4/static/release-8-4-7.html)
>>
>> Sounds good to me!
>>
>>> What got me going here is that 8.1.x and 8.2.x both use ld directly for
>>> linking rather than CCLD which causes problems on mips64 which means
>>> qt4*demo-image was failing (well, outside of SHR ;)).
>>>
>>> But the question is, do we want to in any way try and prompt the user to
>>> get them to upgrade their 8.1.x DB? Or just assume anyone using
>>> postgresql will be smart enough to figure out they need to dump and
>>> restore (if I read things right).
>>
>> We could at least dump something to stdout in the postinst like mysql
>> does.
>
> I see where mysql will attempt to setup the db. Maybe mysql_install_db
> (a command from mysql) does that?
I installed mysql5 last week and there was a huge text about deleting
test users and stuff, I haven't looked what is doing that. I assumed it
was just a echo in the postinst, but it might be the actual mysql
programs doign it :)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFNVB3kMkyGM64RGpERAm3JAJ0QvogVlUpfIUAUBDU7aWZzlWpDzACdGaPa
HkA5xHjheuPol6v68ubHoOg=
=cq8C
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-02-10 17:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-10 16:17 [RFC] postgresql updates Tom Rini
2011-02-10 16:44 ` Koen Kooi
2011-02-10 17:07 ` Tom Rini
2011-02-10 17:18 ` Koen Kooi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.