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

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow more include files to be compiled in their own by adding m
Date: 2011-08-27 15:06:11
Message-ID: E1QxKSZ-0005a8-EW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-08-27 18:17:08 pgsql: Ensure we discard unread/unsent data when abandoning a connectio
Previous Message Bruce Momjian 2011-08-27 13:25:30 pgsql: Add support for #elif to pgrminclude.