pgsql: Add missing #include.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Add missing #include.
Дата
Msg-id E1WOUKN-0000Rg-Oz@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add missing #include.

Commit 31400a673 and siblings added a check_stack_depth() call in
contrib/intarray/_int_bool.c, but neglected to note that in our oldest
branches that file didn't have the #include that defines that function.
This results in a fortunately-harmless compiler warning.  Per buildfarm.

Branch
------
REL9_0_STABLE

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

Modified Files
--------------
contrib/intarray/_int_bool.c |    1 +
1 file changed, 1 insertion(+)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Add missing #include.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Update time zone data files to tzdata release 2014a.