pgsql: Fix thinko in previous commit

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Fix thinko in previous commit
Дата
Msg-id E1TLKxW-0005Jx-8N@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Fix thinko in previous commit  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-committers
Fix thinko in previous commit

Since postgres.h includes palloc.h, definitions that affect the latter
must be present before the former is included.

Per buildfarm results

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/878daf2e72755feadbfb8d21aad26dafd8658086

Modified Files
--------------
src/backend/utils/mmgr/mcxt.c |    6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Add support for easily declaring static inline functions
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Code review for 64-bit-large-object patch.