Re: Fix compiler warnings in Cube Extension

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Fix compiler warnings in Cube Extension
Дата
Msg-id 21064.1451327891@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Fix compiler warnings in Cube Extension  (David Rowley <david.rowley@2ndquadrant.com>)
Ответы Re: Fix compiler warnings in Cube Extension  (David Rowley <david.rowley@2ndquadrant.com>)
Список pgsql-hackers
David Rowley <david.rowley@2ndquadrant.com> writes:
> My compiler is complaining about cube_coord() and cube_coord_llur() not
> returning a value on all code paths.

Yeah, looking at that code, this would be expected from any compiler
that doesn't know that ereport() doesn't return.  On it now.  The
documentation aspect of that commit leaves much to be desired as well.
        regards, tom lane



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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: oldest/newestCommitTs output by pg_controldata
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: On columnar storage (2)