pgsql: Move Assert() definitions to c.h - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Move Assert() definitions to c.h
Date
Msg-id E1U1ODg-0005YM-Dv@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Move Assert() definitions to c.h  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: Re: pgsql: Fill tuple before HeapSatisfiesHOTAndKeyUpdate
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Move Assert() definitions to c.h