Re: COALESCE bug

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Daniel Schuchardt <daniel_schuchardt(at)web(dot)de>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: COALESCE bug
Date: 2005-10-10 14:18:55
Message-ID: 20051010141855.GA98584@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Oct 10, 2005 at 03:56:10PM +0200, Daniel Schuchardt wrote:
> my PostgreSQL 8.0.0 on i686-pc-mingw32, compiled by GCC gcc.exe (GCC) 3.4.2
>
> crashes when
>
> SELECT * FROM pg_stat_activity WHERE datname=COALESCE(NULL, NULL);

Already reported and fixed as of 8.0.3; consider upgrading (8.0.4
is the latest).

http://archives.postgresql.org/pgsql-bugs/2005-04/msg00058.php
http://archives.postgresql.org/pgsql-committers/2005-04/msg00134.php

--
Michael Fuhr

In response to

  • COALESCE bug at 2005-10-10 13:56:10 from Daniel Schuchardt

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2005-10-10 18:36:03 Press Release, Presskit Technical Check
Previous Message Daniel Schuchardt 2005-10-10 13:56:10 COALESCE bug