Move Assert() definitions to c.h
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 1 Feb 2013 20:50:04 +0000 (17:50 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 1 Feb 2013 20:50:04 +0000 (17:50 -0300)
commite1d25de35a2b1f809e8f8d7b182ce0af004f3ec9
tree9edcd271d7553ad4fbda2f15ec06dda4f21815cc
parentdd1569da67937b819d1589a9f664af9aa9657945
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
src/include/c.h
src/include/postgres.h
src/include/postgres_fe.h