pgsql: Mark hash_corrupted() as pg_attribute_noreturn.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Mark hash_corrupted() as pg_attribute_noreturn.
Дата
Msg-id E1rlySx-004L89-Hc@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Mark hash_corrupted() as pg_attribute_noreturn.

Coverity started complaining about this after cc5ef90ed.
The code's not really different from before, but might
as well clarify its intent.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/33f13168ccd6e65bf0b3959a7e894449e8b6cb36

Modified Files
--------------
src/backend/utils/hash/dynahash.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Dean Rasheed
Дата:
Сообщение: pgsql: Fix PDF doc generation.
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: Support json_errdetail in FRONTEND code