Re: BUG #2152: psql crash reproducible

From: Jaime Casanova <systemguards(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Andreas Kretschmer <andreas(at)a-kretschmer(dot)de>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2152: psql crash reproducible
Date: 2006-01-06 16:51:03
Message-ID: c2d9e70e0601060851y35a20cdfp4030295d39d2e1c4@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 1/6/06, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> "Andreas Kretschmer" <andreas(at)a-kretschmer(dot)de> writes:
> > test=# select x from (select extract(dow from ('2006/01/01'::date +
> > (generate_series(0,10)||'days')::interval)::date)) x;
> > server closed the connection unexpectedly
>
> Works for me as of 8.1 branch tip, so the fix is in either 8.1.1 or
> 8.1.2.
>
> regards, tom lane
>

must be in 8.1.2 because i'm saying the same error in 8.1.1

--
regards,
Jaime Casanova
(DBA: DataBase Aniquilator ;)

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message John McCawley 2006-01-06 16:59:12 Re: Reordering columns in a table
Previous Message Tom Lane 2006-01-06 16:47:47 Re: BUG #2148: Crashes on simple statement