pgsql: Fix missing #include in commands/matview.h.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix missing #include in commands/matview.h.
Дата
Msg-id E1UDNeC-00020b-GI@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix missing #include in commands/matview.h.

It needs parsenodes.h to be compilable regardless of previous headers.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e11cb8ba2c9134c9f16253213f2f0cf089c5838e

Modified Files
--------------
src/include/commands/matview.h |    4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)


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

Предыдущее
От: Kevin Grittner
Дата:
Сообщение: pgsql: WAL-log the extension of a new empty MV heap which is being popu
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Adjust nls.mk for split out of wait_error.c