pgsql: Tweak cpluspluscheck to avoid directly #include'ing gram.h.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Tweak cpluspluscheck to avoid directly #include'ing gram.h.
Дата
Msg-id E1PXG4P-000643-M3@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Tweak cpluspluscheck to avoid directly #include'ing gram.h.

gram.h has ordering dependencies, which are satisfied when it's included
from gramparse.h, but might not be if it's pulled in directly.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=a977db6f1c3f399e5eaeb2514c72f38bdb8319e8

Modified Files
--------------
src/tools/pginclude/cpluspluscheck |   14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix ill-chosen use of "private" as an argument and struct field
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix failure of executor/hashjoin.h to compile standalone.