From: Tom Rini <tom_rini@mentor.com>
To: openembedded-devel@lists.openembedded.org
Subject: [RFC] postgresql updates
Date: Thu, 10 Feb 2011 09:17:05 -0700 [thread overview]
Message-ID: <4D540F81.3030205@mentor.com> (raw)
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
next reply other threads:[~2011-02-10 16:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-10 16:17 Tom Rini [this message]
2011-02-10 16:44 ` [RFC] postgresql updates Koen Kooi
2011-02-10 17:07 ` Tom Rini
2011-02-10 17:18 ` Koen Kooi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D540F81.3030205@mentor.com \
--to=tom_rini@mentor.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.