| From: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Rename USE_INLINE to PG_USE_INLINE |
| Date: | 2012-10-09 15:02:16 |
| Message-ID: | E1TLbK4-00049V-Pk@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2012-10-09 15:09:27 | pgsql: restore permission bits |
| Previous Message | Alvaro Herrera | 2012-10-09 12:20:09 | Re: pgsql: Fix thinko in previous commit |