Re: refactoring comment.c

Kevin Grittner <kevin.grittner@wicourts.gov>

From: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
To: "Robert Haas" <robertmhaas@gmail.com>, "Peter Eisentraut" <peter_e@gmx.net>
Cc: "pgsql-hackers" <pgsql-hackers@postgresql.org>
Date: 2010-08-27T21:57:49Z
Lists: pgsql-hackers
Robert Haas <robertmhaas@gmail.com> wrote:
 
> I suppose this is unhappy because it things elog(ERROR) might
> return?
 
If I set these fields right in front of the elog(ERROR) the warnings
go away for me.  (Hopefully this observation will make up, to some
extent, for my earlier brain fart.)
 
-Kevin