David Rowley <dgrowleyml(at)gmail(dot)com> writes:
> I did a quick check of the postgres.exe size with and without this
> change. It does save about 13KB, but that seems to be entirely from
> the /std:c11 flag. None is due to the compiler emitting less code
> after elog(ERROR) / ereport(ERROR) :-(
Hmmm ... but you did check that in fact we can remove such known-dead
code and not get a warning now?
regards, tom lane