Rename USE_INLINE to PG_USE_INLINE
Alvaro Herrera <alvherre@alvh.no-ip.org>
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.
Files
| Path | Change | +/− |
|---|---|---|
| config/c-compiler.m4 | modified | +2 −2 |
| configure | modified | +1 −1 |
| src/include/c.h | modified | +3 −3 |
| src/include/nodes/pg_list.h | modified | +4 −4 |
| src/include/pg_config.h.in | modified | +4 −4 |
| src/include/pg_config.h.win32 | modified | +2 −2 |
| src/include/utils/palloc.h | modified | +5 −6 |
| src/include/utils/sortsupport.h | modified | +4 −4 |