pgsql: Move Assert() definitions to c.h

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Move Assert() definitions to c.h
Дата
Msg-id E1U1ODg-0005YM-Dv@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Move Assert() definitions to c.h  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Fill tuple before HeapSatisfiesHOTAndKeyUpdate
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Move Assert() definitions to c.h