Re: BUG #4728: segfault with window function partition involving subquery

From: Guillaume Smet <guillaume(dot)smet(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Bruce Toll <btoll(at)dhsus(dot)com>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #4728: segfault with window function partition involving subquery
Date: 2009-03-25 08:57:28
Message-ID: 1d4e0c10903250157x680f6a1bjca0775ee292da9d0@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Tue, Mar 24, 2009 at 10:11 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Sigh ... I could've sworn I tested that code path, but evidently not,
> 'cause it's broken as can be.

If it's a code path not exercised by any regression test, is it worth
it to add one or we don't have any chance to break this code again
later?

--
Guillaume

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2009-03-25 13:58:24 Re: BUG #4731: compile with -fast fails on ld: duplicate symbol _PGP_S2K_TYPE in pgp.o and pgp-mpi-openssl.o
Previous Message Craig Ringer 2009-03-25 08:50:50 Re: BUG #4732: Help me