Re: BUG #8345: PostGre SQL database is crashing

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: arun(dot)rh(at)gmail(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #8345: PostGre SQL database is crashing
Date: 2013-07-30 21:25:21
Message-ID: CAB7nPqTfXgd35nYmAGBZ1be8hKDHQwO-ghw5PkTJLnqRLvhZKg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, Jul 31, 2013 at 2:12 AM, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>wrote:

> Hello
>
> 2013/7/30 <arun(dot)rh(at)gmail(dot)com>:
> > The following bug has been logged on the website:
> >
> > Bug reference: 8345
> > Logged by: Arun Kumar
> > Email address: arun(dot)rh(at)gmail(dot)com
> > PostgreSQL version: Unsupported/Unknown
> > Operating system: Linux kernel 2.6.29
> > Description:
> >
> > Currently we have ported PostGRE SQL database on to the Linux kernel
> 2.6.29
> > with Motorolla coldfire cross platform.
> > Version of PostgreSQL = 7.4.3.
>
> This version is very old, and there are exists lot of upgrade of
> 7.4.3, so please upgrade to last 7.4 version
>
> http://www.postgresql.org/ftp/source/v7.4.30/ is probably last.
>
Yeah, also 7.4 is EOL for 4~5 years, so it is not anymore supported by the
community. By the way, a crash could have been caused for many reasons,
including failures at the filesystem level, or hardware level. So if you
first do not provide more information about the circumstances of the crash,
it will be difficult to make a diagnostic of your problems.

As Pavel said, also please consider upgrading.
--
Michael

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Kevin Grittner 2013-07-30 21:38:00 Re: BUG #8318: memory leak during CREATE TEMPORARY TABLE
Previous Message Kevin Grittner 2013-07-30 21:17:36 Re: BUG #8317: ROUND(double*1/2) != ROUND(1/2*double)