Обсуждение: pgsql: Rename USE_INLINE to PG_USE_INLINE

Поиск
Список
Период
Сортировка

pgsql: Rename USE_INLINE to PG_USE_INLINE

От
Alvaro Herrera
Дата:
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(-)