Re: [BUGS] BUG #2152: psql crash reproducible

2006-01-06 Thread Jaime Casanova
On 1/6/06, Tom Lane <[EMAIL PROTECTED]> wrote: > "Andreas Kretschmer" <[EMAIL PROTECTED]> 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.

Re: [BUGS] BUG #2152: psql crash reproducible

2006-01-06 Thread Tom Lane
"Andreas Kretschmer" <[EMAIL PROTECTED]> 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.

[BUGS] BUG #2152: psql crash reproducible

2006-01-06 Thread Andreas Kretschmer
The following bug has been logged online: Bug reference: 2152 Logged by: Andreas Kretschmer Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.0 Operating system: Debian/Linux Description:psql crash reproducible Details: i wrote a wrong query, and psql crash: