Re: refactoring comment.c

Kevin Grittner <kevin.grittner@wicourts.gov>

From: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
To: "Robert Haas" <robertmhaas@gmail.com>
Cc: "Peter Eisentraut" <peter_e@gmx.net>, "pgsql-hackers" <pgsql-hackers@postgresql.org>
Date: 2010-08-27T22:10:49Z
Lists: pgsql-hackers
Robert Haas <robertmhaas@gmail.com> wrote:
 
> I set them right after the ERROR so that those statements needn't
> actually be executed.
 
Good thinking.
 
I checked and that also eliminates the warnings for me.  (No
surprise there, of course.)
 
-Kevin