[COMMITTERS] pgsql: Suppress compiler warning in slab.c.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема [COMMITTERS] pgsql: Suppress compiler warning in slab.c.
Дата
Msg-id E1clizp-0000ix-F3@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Suppress compiler warning in slab.c.

Compilers that don't realize that elog(ERROR) doesn't return
complained that SlabRealloc() failed to return a value.

While at it, fix the rather muddled header comment for the function.

Per buildfarm.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2f899e7d37ece937740c99164dd846c4b6f884eb

Modified Files
--------------
src/backend/utils/mmgr/slab.c | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Suppress compiler warning in non-USE_LIBXML builds.
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Document intentional violations of header inclusion policy.