![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I seem to remember reading a post on this, but searching marc does not seem to bring it up immediately. Company BBS is on postgresql, but it's still at 7.1. The guy in charge of it wants some ballpark estimates and warnings about upgrading to 7.4 so he doesn't have to worry about the recent vulnerabilities. War stories? Things to watch out for? |
#3
| |||
| |||
|
|
On Tue, 26 Oct 2004 18:22:55 +0900, Joel <rees (AT) ddcom (DOT) co.jp> wrote: I seem to remember reading a post on this, but searching marc does not seem to bring it up immediately. Company BBS is on postgresql, but it's still at 7.1. The guy in charge of it wants some ballpark estimates and warnings about upgrading to 7.4 so he doesn't have to worry about the recent vulnerabilities. War stories? Things to watch out for? Off the top of my head: over-length data inserted into varchar fields will no longer be silently truncated, raising an error instead ( a big source of problems with web-based apps); also, the LIMIT x,y syntax will no longer work. Your best bet is fro someone who knows your system to go through the PostgreSQL release notes. |
#4
| |||
| |||
|
|
Any thoughts on the urgency of the move? |
#5
| |||
| |||
|
|
Joel <rees (AT) ddcom (DOT) co.jp> writes: Any thoughts on the urgency of the move? How large is your pg_log file? 7.1 was the last release that had the transaction ID wraparound limitation (after 4G transactions your database fails...). If pg_log is approaching a gig, you had better do something PDQ. |
|
More generally: essentially all of the data-loss bugs we've fixed lately existed also in 7.1. The core committee made a policy decision some time ago that we wouldn't bother back-patching further than 7.2, however. The only reason 7.2 is still getting some patching attention is that it was the last pre-schema release, and so there might be some people out there with non-schema-aware applications who couldn't conveniently move up to 7.3 or later. But once 8.0 is out we'll probably lose interest in supporting 7.2 as well. |
#6
| |||
| |||
|
|
I'm looking at the release notes for 7.2 and thinking that, when we make the jump, jumping to 7.4 will probably be the best bet. |
![]() |
| Thread Tools | |
| Display Modes | |
| |