Move Assert() definitions to c.h
This way, they can be used by frontend and backend code. We already
supported that, but doing it this way allows us to mix true frontend
files with backend files compiled in frontend environment.
Author: Andres Freund
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/e1d25de35a2b1f809e8f8d7b182ce0af004f3ec9
Modified Files
--------------
src/include/c.h | 195 +++++++++++++++++++++++++++++++--------------
src/include/postgres.h | 54 +------------
src/include/postgres_fe.h | 12 ---
3 files changed, 136 insertions(+), 125 deletions(-)