Re: BUG #17477: A crash bug in transformValuesClause() - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #17477: A crash bug in transformValuesClause()
Date
Msg-id 3927831.1652130535@sss.pgh.pa.us
Whole thread Raw
In response to BUG #17477: A crash bug in transformValuesClause()  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs
Alvaro Herrera <alvherre@alvh.no-ip.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



pgsql-bugs by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: BUG #17477: A crash bug in transformValuesClause()
Next
From: Miloš Urbánek
Date:
Subject: Re: BUG #17476: ERROR: "variable not found in subplan target list" when running SELECT COUNT(*)