Andres Freund <andres(at)2ndquadrant(dot)com> writes:
> On 2013-01-08 14:25:06 -0500, Tom Lane wrote:
>> This patch seems unnecessary given that we already put a version of Assert()
>> into postgres_fe.h.
> The problem is that some (including existing) pieces of code need to
> include postgres.h itself, those can't easily include postgres_fe.h as
> well without getting into problems with redefinitions.
There is no place, anywhere, that should be including both. So I don't
see the problem.
regards, tom lane