Re: BUG #2152: psql crash reproducible

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Andreas Kretschmer" <andreas(at)a-kretschmer(dot)de>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2152: psql crash reproducible
Date: 2006-01-06 16:45:32
Message-ID: 10280.1136565932@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Fuhr 2006-01-06 16:46:20 Re: BUG #2148: Crashes on simple statement
Previous Message Tom Lane 2006-01-06 16:42:37 Re: BUG #2150: PL/Python function delcared STABLE gets run repeatedly