Re: nitpick about poor style in MergeAttributes
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: Mark Dilger <hornschnorter@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>, Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2019-06-05T06:03:26Z
Lists: pgsql-hackers
On Tue, Jun 04, 2019 at 04:18:30PM -0400, Alvaro Herrera wrote: > Yeah, I was not quite understanding why it was being blamed on a commit > that actually *removed* one other callsite that did the same thing. (I > didn't actually realize at the time that this bug was there, mind.) I completely forgot about this thread as an effect of last week's activity. Committed now. Thanks for the input, Alvaro. -- Michael
Commits
-
Rework code using list_delete_cell() in MergeAttributes
- f7e954ad1cf9 12.0 landed