Re: Remembering bug #6123
Kevin Grittner <kevin.grittner@wicourts.gov>
From: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
To: "Tom Lane" <tgl@sss.pgh.pa.us>
Cc: <pgsql-hackers@postgresql.org>
Date: 2012-01-12T20:36:02Z
Lists: pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> wrote: > You forgot to attach the patch, but the approach seems totally > Rube Goldberg to me anyway. Why not just fix heap_update/ > heap_delete to return the additional information? It's not like > we don't whack their parameter lists around regularly. OK. > Rather than having three output parameters to support the case, > I'm a bit inclined to merge them into a single-purpose struct > type. But that's mostly cosmetic. OK. Working on v5. -Kevin