pgsql: Rearrange c.h to create a "compiler characteristics" section.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Rearrange c.h to create a "compiler characteristics" section.
Дата
Msg-id E1eEgEm-000365-FW@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Rearrange c.h to create a "compiler characteristics" section.

Generalize section 1 to handle stuff that is principally about the
compiler (not libraries), such as attributes, and collect stuff there
that had been dropped into various other parts of c.h.  Also, push
all the gettext macros into section 8, so that section 0 is really
just inclusions rather than inclusions and random other stuff.

The primary goal here is to get pg_attribute_aligned() defined before
section 3, so that we can use it with int128.  But this seems like good
cleanup anyway.

This patch just moves macro definitions around, and shouldn't result
in any changes in generated code.  But I'll push it out separately
to see if the buildfarm agrees.

Discussion: https://postgr.es/m/20171110185747.31519.28038@wrigleys.postgresql.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/91aec93e6089a5ba49cce0aca3bf7f7022d62ea4

Modified Files
--------------
src/include/c.h | 271 ++++++++++++++++++++++++++++----------------------------
1 file changed, 136 insertions(+), 135 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Document changes in large-object privilege checking.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Prevent int128 from requiring more than MAXALIGN alignment.