Re: [PATCH] remove redundant ownership checks

Kevin Grittner <kevin.grittner@wicourts.gov>

From: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
To: "Robert Haas" <robertmhaas@gmail.com>, "Bruce Momjian" <bruce@momjian.us>
Cc: "KaiGai Kohei" <kaigai@ak.jp.nec.com>, <pgsql-hackers@postgresql.org>, "Stephen Frost" <sfrost@snowman.net>, "Tom Lane" <tgl@sss.pgh.pa.us>
Date: 2010-01-13T18:36:46Z
Lists: pgsql-hackers
Robert Haas <robertmhaas@gmail.com> wrote:
 
> So, where do we go from here?  Any other opinions?
 
It seems that we often have people cleaning up redundant or
unreachable code to improve code clarity.  I'm not in a position
right now to confirm that this code is redundant, but if that has
been firmly established, I haven't heard any good reason for not
fixing it.
 
-Kevin