Re: BUG #17477: A crash bug in transformValuesClause()

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>, krking(at)zju(dot)edu(dot)cn, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #17477: A crash bug in transformValuesClause()
Date: 2022-05-09 21:08:55
Message-ID: 3927831.1652130535@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> writes:
> Looking at the code, I understand that what your patch is doing is
> making the zeroth case no longer a special one but rather handled it in
> the same loop block as the other cases, which is why the bug is fixed.
> LGTM.

Thanks for looking! With the time constraint being what it is,
the more eyes on the patch the better.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Miloš Urbánek 2022-05-09 23:26:17 Re: BUG #17476: ERROR: "variable not found in subplan target list" when running SELECT COUNT(*)
Previous Message Alvaro Herrera 2022-05-09 20:55:06 Re: BUG #17477: A crash bug in transformValuesClause()