pgsql: Allow more include files to be compiled in their own by adding m

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: Allow more include files to be compiled in their own by adding m
Дата
Msg-id E1QxKSZ-0005a8-EW@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Allow more include files to be compiled in their own by adding m  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Allow more include files to be compiled in their own by adding missing
include dependencies.

Modify pgcompinclude to skip a common fcinfo error.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4bd7333b14786a2d757195e907709d2aee116809

Modified Files
--------------
contrib/cube/cubedata.h             |    2 ++
src/backend/replication/repl_gram.y |    1 +
src/include/access/gin_private.h    |    1 +
src/include/access/hash.h           |    1 +
src/include/access/htup.h           |    1 +
src/include/access/nbtree.h         |    2 +-
src/include/access/xlog.h           |    2 +-
src/tools/pginclude/pgcompinclude   |    3 +++
8 files changed, 11 insertions(+), 2 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Add support for #elif to pgrminclude.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Ensure we discard unread/unsent data when abandoning a connectio