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

From Alvaro Herrera
Subject Re: BUG #17477: A crash bug in transformValuesClause()
Date
Msg-id 202205092055.n227skur4e3a@alvherre.pgsql
Whole thread Raw
In response to Re: BUG #17477: A crash bug in transformValuesClause()  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
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.

-- 
Álvaro Herrera         PostgreSQL Developer  —  https://www.EnterpriseDB.com/
"Ed is the standard text editor."
      http://groups.google.com/group/alt.religion.emacs/msg/8d94ddab6a9b0ad3



pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #17477: A crash bug in transformValuesClause()
Next
From: Tom Lane
Date:
Subject: Re: BUG #17477: A crash bug in transformValuesClause()