pgsql: Rename USE_INLINE to PG_USE_INLINE - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Rename USE_INLINE to PG_USE_INLINE
Date
Msg-id E1TLbK4-00049V-Pk@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Rename USE_INLINE to PG_USE_INLINE

The former name was too likely to conflict with symbols from external
headers; and, as seen in recent buildfarm failures in member spoonbill,
it has now happened at least in plpython.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f46baf601d889b374ba5e5f4b8280fee5aa19a7f

Modified Files
--------------
config/c-compiler.m4            |    4 ++--
configure                       |    2 +-
src/include/c.h                 |    6 +++---
src/include/nodes/pg_list.h     |    8 ++++----
src/include/pg_config.h.in      |    8 ++++----
src/include/pg_config.h.win32   |    4 ++--
src/include/utils/palloc.h      |   11 +++++------
src/include/utils/sortsupport.h |    8 ++++----
8 files changed, 25 insertions(+), 26 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Fix thinko in previous commit
Next
From: Alvaro Herrera
Date:
Subject: pgsql: restore permission bits