pgsql: Silence compiler warning.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Silence compiler warning.
Дата
Msg-id E1W6Qgu-0008C9-AW@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Silence compiler warning.

Not all compilers understand that elog(ERROR, ...) never returns.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0fdb2f7d7c0059a1621710206ed506124cf98f77

Modified Files
--------------
src/backend/access/gin/ginbtree.c |    3 +++
1 file changed, 3 insertions(+)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Make DROP IF EXISTS more consistently not fail
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix alignment of GIN in-line posting lists stored in entry tuple